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


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

    Parameters

    column
    The index of the current row.

    Return Value

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