[]
Specifies the next non-empty column in the row.
int NextNonEmptyColumnInRow(int row, int column, ExcludeContents excludeContents)
Function NextNonEmptyColumnInRow(row As Integer, column As Integer, excludeContents As ExcludeContents) As Integer
| Type | Name | Description |
|---|---|---|
| int | row | The row. |
| int | column | The column. |
| ExcludeContents | excludeContents | The contents to exclude. |
| Type | Description |
|---|---|
| int | The next non-empty column in the row. |