[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.DefaultSheetDataModelEnumerator.NextNonEmptyRow

NextNonEmptyRow Method

NextNonEmptyRow(int)

Gets the index of the next non-empty row after the specified row index.

Declaration
public int NextNonEmptyRow(int row)
Public 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