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


In This Topic
    NextNonEmptyColumnInRow Method (SparklineStorage)
    In This Topic
    Searches for the next non-empty column in the specified row of CellMatrix<T> object.
    Syntax
    'Declaration
     
    
    Public Function NextNonEmptyColumnInRow( _
       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.NextNonEmptyColumnInRow(row, column)
    public int NextNonEmptyColumnInRow( 
       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 next non-empty column in the specified row of CellMatrix<T> object.
    See Also