In This Topic
Returns index of row representing data item with the specified index.
Syntax
'Declaration
Public Function GetRowIndex( _
ByVal As Integer _
) As Integer
public int GetRowIndex(
int
)
Parameters
- dataIndex
- Index of data item.
Return Value
Index of row in the
C1FlexGrid control.
See Also