GetViewRowFromModelRow(Int32) Method
Gets the row on the sheet that corresponds to the specified row index in the model.
public virtual int GetViewRowFromModelRow(
int
)
'Declaration
Public Overridable Function GetViewRowFromModelRow( _
ByVal 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