[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IOptimizedEnumerationSupport6.PreviousNonEmptyColumnInRow

PreviousNonEmptyColumnInRow Method

PreviousNonEmptyColumnInRow(int, int)

Specifies the previous non-empty column in the row.

Declaration
int PreviousNonEmptyColumnInRow(int row, int column)
Function PreviousNonEmptyColumnInRow(row As Integer, column As Integer) As Integer
Parameters
Type Name Description
int row

The row.

int column

The column.

Returns
Type Description
int

PreviousNonEmptyColumnInRow(int, int, ExcludeContents)

Specifies the previous non-empty column in the row.

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

The row.

int column

The column.

ExcludeContents excludeContents

The contents to exclude.

Returns
Type Description
int