'Declaration Public Function GetGroupIndex( _ ByVal row As Integer _ ) As Integer
'Usage Dim instance As GroupDataModel Dim row As Integer Dim value As Integer value = instance.GetGroupIndex(row)
public int GetGroupIndex( int row )
GroupDataModel Class GroupDataModel Members