MobileForms Toolkit Documentation

RowCollection.IndexOf Method 

Searches for the specified Row and returns the zero-based index of the first occurrence within the entire RowCollection.

public int IndexOf(
Row row
);

Parameters

row
The Row to locate in the RowCollection.

Return Value

The zero-based index of the first occurrence of value within the entire RowCollection, if found; otherwise, -1.

See Also

RowCollection Class | Resco.Controls.AdvancedList Namespace