[]
添加一个新的条件格式。
object Add(FormatConditionType type, FormatConditionOperator formatConditionOperator = FormatConditionOperator.Between, object formula1 = null, object formula2 = null)
| Type | Name | Description |
|---|---|---|
| FormatConditionType | type | 指定新条件格式的类型。 |
| FormatConditionOperator | formatConditionOperator | 指定条件格式的运算符。 |
| object | formula1 | 指定条件格式的第一个公式。 |
| object | formula2 | 指定条件格式的第二个公式。 |
| Type | Description |
|---|---|
| object | 新的条件格式。 |