[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.NextNonEmptyRow

NextNonEmptyRow Method

NextNonEmptyRow(int, ExcludeContents)

Returns the index of the next row that has data.

Declaration
public int NextNonEmptyRow(int row, ExcludeContents excludeContents)
Public Function NextNonEmptyRow(row As Integer, excludeContents As ExcludeContents) As Integer
Parameters
Type Name Description
int row

Index of the row at which to start looking

ExcludeContents excludeContents
Returns
Type Description
int

Tthe index of the next row that has data.

Implements