Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / NextNonEmptyRow Method / NextNonEmptyRow(Int32,StorageType) Method
The row whose next nonempty row is to be returned.
Search the next nonempty row based on this type.


In This Topic
    NextNonEmptyRow(Int32,StorageType) Method
    In This Topic
    Gets the index of the next nonempty row of the specified type in the specified area.
    Syntax
    'Declaration
     
    Public Overloads Function NextNonEmptyRow( _
       ByVal row As Integer, _
       ByVal type As StorageType _
    ) As Integer
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim type As StorageType
    Dim value As Integer
     
    value = instance.NextNonEmptyRow(row, type)
    public int NextNonEmptyRow( 
       int row,
       StorageType type
    )

    Parameters

    row
    The row whose next nonempty row is to be returned.
    type
    Search the next nonempty row based on this type.

    Return Value

    The next nonempty row index.
    See Also