[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetDataModel.NextNonEmptyRow

NextNonEmptyRow Method

NextNonEmptyRow(int)

Gets the index of the next row that contains data.

Declaration
public virtual int NextNonEmptyRow(int row)
Public Overridable Function NextNonEmptyRow(row As Integer) As Integer
Parameters
Type Name Description
int row

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

Returns
Type Description
int
Implements