Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetViewRowFromModelRow(Int32) Method
Row index in model


In This Topic
GetViewRowFromModelRow(Int32) Method
In This Topic
Gets the row on the sheet that corresponds to the specified row index in the model.
Syntax
'Declaration
 
Public Overridable Function GetViewRowFromModelRow( _
   ByVal modelrow As Integer _
) As Integer
 
'Usage
 
Dim instance As SheetView
Dim modelrow As Integer
Dim value As Integer
 
value = instance.GetViewRowFromModelRow(modelrow)

Parameters

modelrow
Row index in model
See Also