Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / NextDifferenceVisibleRow Method
The index of the current row.


In This Topic
    NextDifferenceVisibleRow Method
    In This Topic
    Gets the next different visible row.
    Syntax
    'Declaration
     
    
    Public Function NextDifferenceVisibleRow( _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As LayoutManager
    Dim row As Integer
    Dim value As Integer
     
    value = instance.NextDifferenceVisibleRow(row)
    public int NextDifferenceVisibleRow( 
       int row
    )

    Parameters

    row
    The index of the current row.

    Return Value

    An integer value represents the index of next different visible row.
    See Also