[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.PreviousNonEmptyColumnInRow

PreviousNonEmptyColumnInRow Method

PreviousNonEmptyColumnInRow(int, int)

Gets the previous non-empty column in the row.

Declaration
public int PreviousNonEmptyColumnInRow(int row, int column)
Public 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
Implements

PreviousNonEmptyColumnInRow(int, int, ExcludeContents)

Gets the previous non-empty column in the row.

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