[]
Gets a conditional format for the next column after the specified column.
ConditionalFormat[] GetColumnConditionalFormats(ref int column, bool findNext)
Function GetColumnConditionalFormats(ByRef column As Integer, findNext As Boolean) As ConditionalFormat()
Type | Name | Description |
---|---|---|
int | column | Column index |
bool | findNext | Whether to find the next cell |
Type | Description |
---|---|
ConditionalFormat[] | Conditionals format for the next row after the specified column. |