[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.GetRowIndex

GetRowIndex Method

GetRowIndex(int)

Returns index of row representing data item with the specified index.

Declaration
public int GetRowIndex(int dataIndex)
Parameters
Type Name Description
int dataIndex

Index of data item.

Returns
Type Description
int

Index of row in the C1FlexGrid control.

Remarks

Row indices can be different from data indices as grid might add additional rows at grouping, etc..