[]
Gets the index of the next column in a specified row that contains data.
public virtual int NextNonEmptyColumnInRow(int row, int column)
Public Overridable Function NextNonEmptyColumnInRow(row As Integer, column As Integer) As Integer
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) |
Type | Description |
---|---|
int |