[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.GroupDataModel.GetModelIndexFromTargetIndex

GetModelIndexFromTargetIndex Method

GetModelIndexFromTargetIndex(int)

Gets the group data model index from the target index.

Declaration
public int GetModelIndexFromTargetIndex(int row)
Public Function GetModelIndexFromTargetIndex(row As Integer) As Integer
Parameters
Type Name Description
int row

Row index

Returns
Type Description
int

The model index

Implements