Spread for ASP.NET 8.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 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IOptimizedFilterStyleModel Interface
IOptimizedFilterStyleModel Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.