ConditionalFormattingValue

ConditionalFormattingValue class

描述梯度刻度、dataBar 或 iconSet 中插值点的值。

public class ConditionalFormattingValue

特性

姓名描述
IsGTE { get; set; }获取或设置大于或等于标志。 仅用于图标集,确定此阈值是否使用 大于或等于运算符。 ‘false’表示使用’大于’而不是’大于或等于’。 默认值为true。
Type { get; set; }获取或设置此条件格式值对象的类型。 将类型设置为 FormatConditionValueType.Min 或 FormatConditionValueType.Max 将自动将“值”设置为 null。
Value { get; set; }获取或设置此条件格式值对象的值。 应与Type配合使用。

也可以看看