Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IOptimizedFilterStyleModel Interface / NextNonEmptyRow Method / NextNonEmptyRow(Int32,Int32,Boolean) Method
Row index to start searching after (-1 to start at row 0)
The column index.
if set to true forecolor.


In This Topic
    NextNonEmptyRow(Int32,Int32,Boolean) Method
    In This Topic
    Gets the index of the next row that contains a style setting for the specified column in the model.
    Syntax
    'Declaration
     
    
    Overloads Function NextNonEmptyRow( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal foreColor As Boolean _
    ) As Integer
    'Usage
     
    
    Dim instance As IOptimizedFilterStyleModel
    Dim row As Integer
    Dim column As Integer
    Dim foreColor As Boolean
    Dim value As Integer
     
    value = instance.NextNonEmptyRow(row, column, foreColor)
    int NextNonEmptyRow( 
       int row,
       int column,
       bool foreColor
    )

    Parameters

    row
    Row index to start searching after (-1 to start at row 0)
    column
    The column index.
    foreColor
    if set to true forecolor.

    Return Value

    Row index of next non-empty row
    See Also