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


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

    Parameters

    row
    An integer value indicates the row to search.

    Return Value

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