[]
Returns index of row representing data item with the specified index.
public int GetRowIndex(int dataIndex)
Type | Name | Description |
---|---|---|
int | dataIndex | Index of data item. |
Type | Description |
---|---|
int | Index of row in the C1FlexGrid control. |
Row indices can be different from data indices as grid might add additional rows at grouping, etc..