Spread for ASP.NET 12 Product Documentation
GetViewRowFromModelRow(Int32) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetViewRowFromModelRow(Int32) Method
Row index in model
Gets a sheet row index for the specified model row.
Syntax
'Declaration
 
Public Function GetViewRowFromModelRow( _
   ByVal row 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 row
)

Parameters

row
Row index in model
See Also

Reference

SheetView Class
SheetView Members