ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowColCollection Class / GetNext Method
Index of the original row or column.

In This Topic
    GetNext Method (RowColCollection)
    In This Topic
    Gets the index of the next visible row or column.
    Syntax
    'Declaration
     
    Public Function GetNext( _
       ByVal item As Integer _
    ) As Integer
    public int GetNext( 
       int item
    )

    Parameters

    item
    Index of the original row or column.

    Return Value

    Index of the next visible row or column.
    See Also