[]
Sets conditional format(s) for the cell at the specified row and column.
bool SetConditionalFormat(int row, int column, ConditionalFormat[] conditionalFormats)
Function SetConditionalFormat(row As Integer, column As Integer, conditionalFormats As ConditionalFormat()) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | Row index of cell |
| int | column | Column index of cell |
| ConditionalFormat[] | conditionalFormats | Conditional format(s) |
| Type | Description |
|---|---|
| bool | Whether the conditional format is set. |