[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.PreviousNonEmptyRow

PreviousNonEmptyRow Method

PreviousNonEmptyRow(int, ExcludeContents)

Gets the previous nonempty row.

Declaration
public int PreviousNonEmptyRow(int row, ExcludeContents excludeContents)
Public 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

The previous nonempty row.

Implements

PreviousNonEmptyRow(int)

Returns the previous non-empty row.

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

The row.

Returns
Type Description
int

The previous non-empty row.

Implements