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