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


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

    Parameters

    column
    The index of the current column.

    Return Value

    The index of the previous visible column.
    See Also