Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / NextActualVisibleColumn Method
The index of the current column.


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

    Parameters

    column
    The index of the current column.

    Return Value

    The index of the next visible column.
    See Also