Add

FormatConditionCollection.Add method

在 FormatConditions 中添加格式条件和受影响的单元格范围

public int[] Add(CellArea cellArea, FormatConditionType type, OperatorType operatorType, 
    string formula1, string formula2)
范围类型描述
cellAreaCellArea条件格式的单元格范围。
typeFormatConditionType条件格式的类型。它可以是 FormatConditionType 的成员之一。
operatorTypeOperatorType比较运算符。它可以是 OperatorType 的成员之一。
formula1String与条件格式关联的值或表达式。
formula2String与条件格式关联的值或表达式

返回值

[0]:格式化条件对象索引;[1] 影响单元格范围索引。

也可以看看