[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IOptimizedEnumerationSupport.NextNonEmptyColumnInRow

NextNonEmptyColumnInRow Method

NextNonEmptyColumnInRow(int, int)

Returns the index of the next column in this row that has data.

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

Index of the row through which to look

int column

Index of the column at which to start looking

Returns
Type Description
int