RanorexRanorex Documentation
IndexOf Method (item)
NamespacesRanorex.Core.DataColumnCollectionIndexOf(Column)
Determines the index of a specific column in the collection.
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	Column item
)
Public Function IndexOf ( _
	item As Column _
) As Integer
public:
virtual int IndexOf(
	Column^ item
) sealed
Parameters
item (Column)
The column to locate in the collection.
Return Value
The index of item if found in the list; otherwise, -1.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)