[]
Returns the index of the next column in this row that has data.
int NextNonEmptyColumnInRow(int row, int column)
Function NextNonEmptyColumnInRow(row As Integer, column As Integer) As Integer
Type | Name | Description |
---|---|---|
int | row | Index of the row through which to look |
int | column | Index of the column at which to start looking |
Type | Description |
---|---|
int |