GetModelRowFromViewRow(Int32) Method
Gets the row index in the data model that corresponds to the specified row index in the sheet.
public virtual int GetModelRowFromViewRow(
int
)
'Declaration
Public Overridable Function GetModelRowFromViewRow( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As SheetView
Dim row As Integer
Dim value As Integer
value = instance.GetModelRowFromViewRow(row)
Parameters
- row
- Row index in the sheet