TcxVerticalGridRows.IndexOf(TcxCustomRow) Method
Returns the index of the specified row.
Declaration
function IndexOf(ARow: TcxCustomRow): Integer;
Parameters
Name | Type |
---|---|
ARow | TcxCustomRow |
Returns
Type |
---|
Integer |
Remarks
Call this function to obtain the index of the specified row. The index returned is the row’s AbsoluteIndex property value.
See Also