Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GetViewRowFromModelRow(Int32) Method
Row index in model


In This Topic
    GetViewRowFromModelRow(Int32) Method
    In This Topic
    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