GetModelIndexFromTargetIndex Method (IMapper)
In This Topic
Gets the group data model index from the target index
Syntax
'Declaration
Function GetModelIndexFromTargetIndex( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As IMapper
Dim row As Integer
Dim value As Integer
value = instance.GetModelIndexFromTargetIndex(row)
int GetModelIndexFromTargetIndex(
int
)
Parameters
- row
- Row index
See Also