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)
Public Sub Insert ( _
index As Integer, _
column As ListColumn _
)
public void Insert(
int index,
ListColumn column
)
Type: System.Int32
A zero-based index at which values should be inserted.Type: Aurigma.GraphicsMill.WinControls.ListColumn
A ListColumn object to insert.