[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IOptimizedFilterStyleModel.NextNonEmptyRow

NextNonEmptyRow Method

NextNonEmptyRow(int, bool)

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

Declaration
int NextNonEmptyRow(int row, bool foreColor)
Function NextNonEmptyRow(row As Integer, foreColor As Boolean) As Integer
Parameters
Type Name Description
int row

Row index to start searching after (-1 to start at row 0)

bool foreColor

if set to true forecolor.

Returns
Type Description
int

Row index of next non-empty row

NextNonEmptyRow(int, int, bool)

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

Declaration
int NextNonEmptyRow(int row, int column, bool foreColor)
Function NextNonEmptyRow(row As Integer, column As Integer, foreColor As Boolean) As Integer
Parameters
Type Name Description
int row

Row index to start searching after (-1 to start at row 0)

int column

The column index.

bool foreColor

if set to true forecolor.

Returns
Type Description
int

Row index of next non-empty row