Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / GetModelIndexFromTargetIndex Method
Row index


In This Topic
GetModelIndexFromTargetIndex Method (GroupDataModel)
In This Topic
Gets the group data model index from the target index.
Syntax
'Declaration
 
Public Function GetModelIndexFromTargetIndex( _
   ByVal row As Integer _
) As Integer
 
'Usage
 
Dim instance As GroupDataModel
Dim row As Integer
Dim value As Integer
 
value = instance.GetModelIndexFromTargetIndex(row)

Parameters

row
Row index

Return Value

The model index
See Also