[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetStyleModel.NextNonEmptyColumnInRow

NextNonEmptyColumnInRow Method

NextNonEmptyColumnInRow(int, int)

Gets the index of the next column in a specified row in the model that contains style settings.

Declaration
public override int NextNonEmptyColumnInRow(int row, int column)
Public Overrides Function NextNonEmptyColumnInRow(row As Integer, column As Integer) As Integer
Parameters
Type Name Description
int row

Index of row in the model to search

int column

Index of column in the model before the column to start searching (-1 to start at column 0)

Returns
Type Description
int
Overrides
Implements