GetViewRowFromModelRow(Int32) Method
In This Topic
Gets a sheet row index for the specified model row.
Syntax
'Declaration
Public Function GetViewRowFromModelRow( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As SheetView
Dim row As Integer
Dim value As Integer
value = instance.GetViewRowFromModelRow(row)
public int GetViewRowFromModelRow(
int
)
Parameters
- row
- Row index in model
See Also