GetIndex Method
GetIndex(int)
Gets the model index of the group data model from the specified row.
Declaration
public int GetIndex(int row)
Public Function GetIndex(row As Integer) As Integer
Parameters
Type |
Name |
Description |
int |
row |
Row index
|
Returns