Spread Windows Forms 7.0 Product Documentation
NextNonEmptyRow(Int32,Boolean) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IOptimizedFilterStyleModel Interface > NextNonEmptyRow Method : NextNonEmptyRow(Int32,Boolean) Method


row
Row index to start searching after (-1 to start at row 0)
foreColor
if set to true [fore color].

Glossary Item Box

Gets the index of the next row that contains a style setting in the model.

Syntax

Visual Basic (Declaration) 
Overloads Function NextNonEmptyRow( _
   ByVal row As Integer, _
   ByVal foreColor As Boolean _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As IOptimizedFilterStyleModel
Dim row As Integer
Dim foreColor As Boolean
Dim value As Integer
 
value = instance.NextNonEmptyRow(row, foreColor)
C# 
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 [fore color].

Return Value

Row index of next non-empty row

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.