MobileForms Toolkit Documentation

ColumnCollection.IndexOf Method 

Determines the index of a specific column in the ColumnCollection.

public int IndexOf(
Column column
);

Parameters

column
The Column to locate in the ColumnCollection.

Return Value

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

See Also

ColumnCollection Class | Resco.Controls.SmartGrid Namespace