Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / NextNonEmptyColumn Method / NextNonEmptyColumn(Int32) Method
The column from which the next nonempty column is to be returned.


In This Topic
    NextNonEmptyColumn(Int32) Method
    In This Topic
    Returns the next nonempty column index for the specified column.
    Syntax
    'Declaration
     
    Public Overloads Function NextNonEmptyColumn( _
       ByVal column As Integer _
    ) As Integer
    'Usage
     
    Dim instance As Worksheet
    Dim column As Integer
    Dim value As Integer
     
    value = instance.NextNonEmptyColumn(column)
    public int NextNonEmptyColumn( 
       int column
    )

    Parameters

    column
    The column from which the next nonempty column is to be returned.

    Return Value

    The next nonempty column index.
    See Also