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

ListColumnCollection.IndexOf Method

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)

Syntax

Visual Basic
Public Function IndexOf ( _
	value As ListColumn _
) As Integer
C#
public int IndexOf(
	ListColumn value
)

Parameters

value

Type: Aurigma.GraphicsMill.WinControls.ListColumn

The ListColumn object to locate in the collection.

Return Value

An integer value that specifies a zero-based index of the first occurrence of specified ListColumn object in the collection, if found; otherwise, -1.

See Also

Reference