ComponentOne FlexGrid for UWP
GetRowIndex Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > C1FlexGrid Class : GetRowIndex Method
Index of data item.
Returns index of row representing data item with the specified index.
Syntax
'Declaration
 
Public Function GetRowIndex( _
   ByVal dataIndex As System.Integer _
) As System.Integer
public System.int GetRowIndex( 
   System.int dataIndex
)

Parameters

dataIndex
Index of data item.

Return Value

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..
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members