Removes a column with a specified index from the collection.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Sub RemoveAt ( _ index As Integer _ )
public void RemoveAt( int index )
Type: System.Int32
A zero-based index of the column to remove.