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


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

    Parameters

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

    Return Value

    Row index of next non-empty row
    See Also