Spread for ASP.NET 12 Product Documentation
NextNonEmptyRow(Int32,Boolean) Method


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.
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

Reference

IOptimizedFilterStyleModel Interface
IOptimizedFilterStyleModel Members
Overload List