MobileForms Toolkit Documentation

RowCollection.IndexOf Method 

Determines the index of a specific row in the RowCollection.

public int IndexOf(
Row row
);

Parameters

row
The Row to locate in the RowCollection.

Return Value

The index of row if found in the list; otherwise, -1.

See Also

RowCollection Class | Resco.Controls.SmartGrid Namespace