Returns an index of the specified ListColumn class instance stored in this collection.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Function IndexOf ( _ value As ListColumn _ ) As Integer
public int IndexOf( ListColumn value )
Type: Aurigma.GraphicsMill.WinControls.ListColumn
The ListColumn object to locate in the collection.