[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IOptimizedEnumerationSupport6.PreviousNonEmptyRow

PreviousNonEmptyRow Method

PreviousNonEmptyRow(int)

Specifies the previous non-empty row.

Declaration
int PreviousNonEmptyRow(int row)
Function PreviousNonEmptyRow(row As Integer) As Integer
Parameters
Type Name Description
int row

The row.

Returns
Type Description
int

PreviousNonEmptyRow(int, ExcludeContents)

Specifies the previous non-empty row.

Declaration
int PreviousNonEmptyRow(int row, ExcludeContents excludeContents)
Function PreviousNonEmptyRow(row As Integer, excludeContents As ExcludeContents) As Integer
Parameters
Type Name Description
int row

The row.

ExcludeContents excludeContents

The contents to exclude.

Returns
Type Description
int