Spread Windows Forms 10.0 Product Documentation
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.
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
Requirements

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

See Also

Reference

IOptimizedFilterStyleModel Interface
IOptimizedFilterStyleModel Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.