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


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

    Parameters

    row
    An integer value indicates the row to search.
    column
    An integer value indicates the column to search.

    Return Value

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