In This Topic
Returns index of data item in the items source for the specified row index.
Syntax
'Declaration
Public Function GetDataIndex( _
ByVal As Integer _
) As Integer
public int GetDataIndex(
int
)
Parameters
- rowIndex
Return Value
Index of row in the
C1FlexGrid control.Index of data item.
See Also