[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetStyleModel.NextNonEmptyRow

NextNonEmptyRow Method

NextNonEmptyRow(int)

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

Declaration
public override int NextNonEmptyRow(int row)
Public Overrides Function NextNonEmptyRow(row As Integer) As Integer
Parameters
Type Name Description
int row

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

Returns
Type Description
int

Row index of next non-empty row

Overrides
Implements