MobileForms Toolkit Documentation

RowTemplate.CellCollection.IndexOf Method 

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

public int IndexOf(
Cell value
);

Parameters

value
The Cell to locate in the CellCollection.

Return Value

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

See Also

RowTemplate.CellCollection Class | Resco.Controls.AdvancedList Namespace