[]
Adds a new conditional format.
object Add(FormatConditionType type, FormatConditionOperator formatConditionOperator = FormatConditionOperator.Between, object formula1 = null, object formula2 = null)
Function Add(type As FormatConditionType, Optional formatConditionOperator As FormatConditionOperator = FormatConditionOperator.Between, Optional formula1 As Object = Nothing, Optional formula2 As Object = Nothing) As Object
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. |