This documentation is for the old version. Go to the latest Graphics Mill docs

ListColumnCollection.Insert Method (Int32, ListColumn)

Inserts a single ListColumn object into the collection at the specified index.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Sub Insert ( _
	index As Integer, _
	column As ListColumn _
)
C#
public void Insert(
	int index,
	ListColumn column
)

Parameters

index

Type: System.Int32

A zero-based index at which values should be inserted.
column

Type: Aurigma.GraphicsMill.WinControls.ListColumn

A ListColumn object to insert.

See Also

Reference