Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / NextNonEmptyRow Method / NextNonEmptyRow(Int32) Method
The row whose next nonempty row is to be returned.


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

    Parameters

    row
    The row whose next nonempty row is to be returned.

    Return Value

    The next nonempty row index.
    See Also