[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.NextNonEmptyColumnInRow

NextNonEmptyColumnInRow Method

NextNonEmptyColumnInRow(int, int)

Gets the index of the next column in a specified row that contains data.

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

Row index to search

int column

Column index before the column to start searching (-1 to start at column 0)

Returns
Type Description
int
Overrides