Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / NextActualVisibleRow Method
The index of the current row.
Example


In This Topic
    NextActualVisibleRow Method
    In This Topic
    Gets the index of the next visible row from the current row.
    Syntax
    'Declaration
     
    Public Function NextActualVisibleRow( _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim value As Integer
     
    value = instance.NextActualVisibleRow(row)
    public int NextActualVisibleRow( 
       int row
    )

    Parameters

    row
    The index of the current row.

    Return Value

    The index of the next visible row.
    Example
    This example uses the NextActualVisibleRow method.
    See Also