Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / GetRowIndex Method
Example


In This Topic
    GetRowIndex Method
    In This Topic
    Returns the client row index for the specified row.
    Syntax
    'Declaration
     
    
    Public Function GetRowIndex( _
       ByVal pageIndex As Integer, _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As FpSpread
    Dim pageIndex As Integer
    Dim row As Integer
    Dim value As Integer
     
    value = instance.GetRowIndex(pageIndex, row)
    public int GetRowIndex( 
       int pageIndex,
       int row
    )

    Parameters

    pageIndex
    row
    Example
    This example uses the GetRowIndex method.
    See Also