Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / NextNonEmptyRow Method
An integer value indicates the row to search.


In This Topic
    NextNonEmptyRow Method (SparklineStorage)
    In This Topic
    Searches for the next non-empty row in this CellMatrix<T> object.
    Syntax
    'Declaration
     
    
    Public Function NextNonEmptyRow( _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As SparklineStorage
    Dim row As Integer
    Dim value As Integer
     
    value = instance.NextNonEmptyRow(row)
    public int NextNonEmptyRow( 
       int row
    )

    Parameters

    row
    An integer value indicates the row to search.

    Return Value

    Returns the next non-empty row in this CellMatrix<T> object.
    See Also