[]
Gets the next non-empty column in the specified row after the specified column that contains a conditional format.
int ConditionalFormatNextNonEmptyColumnInRow(int row, int column)
Function ConditionalFormatNextNonEmptyColumnInRow(row As Integer, column As Integer) As Integer
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
Type | Description |
---|---|
int | Column index of the next non-empty column in the specified row after the specified column that contains a conditional format |