[]
Adds a new conditional format.
object Add(FormatConditionType type, FormatConditionOperator formatConditionOperator = FormatConditionOperator.Between, object formula1 = null, object formula2 = null)
| Type | Name | Description |
|---|---|---|
| FormatConditionType | type | Specifies the type for the new conditional format. |
| FormatConditionOperator | formatConditionOperator | Specifies the operator of the conditional format. |
| object | formula1 | Specifies the first formula of the conditional format. |
| object | formula2 | Specifies the second formula of the conditional format. |
| Type | Description |
|---|---|
| object | The new conditional format. |