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

ListColumnCollection.Insert Method (Int32, ListColumn[])

Inserts an array of ListColumn objects 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, _
	columns As ListColumn() _
)
C#
public void Insert(
	int index,
	ListColumn[] columns
)

Parameters

index

Type: System.Int32

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

Type: Aurigma.GraphicsMill.WinControls.ListColumn []

An array of ListColumn objects to insert.

See Also

Reference