[]
Gets the index of the next column in a specified row that contains style settings.
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 |
| int | column | Column index before the column to start looking (-1 to start at column 0) |
| Type | Description |
|---|---|
| int |