Class ConditionalFormattingValue

Class ConditionalFormattingValue

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

描述渐变尺度、数据条或图标集中的插值点的值。

public class ConditionalFormattingValue

继承

objectConditionalFormattingValue

继承的成员

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

属性

IsGTE

获取或设置大于或等于标志。 仅适用于图标集,确定该阈值是否使用 大于或等于运算符。 ‘false’ 表示使用 ‘大于’ 而不是 ‘大于或等于’。 默认值为 true。

public bool IsGTE { get; set; }

属性值

bool

Type

获取或设置此条件格式值对象的类型。 将类型设置为 FormatConditionValueType.Min 或 FormatConditionValueType.Max 将自动将 “Value” 设置为 null。

public FormatConditionValueType Type { get; set; }

属性值

FormatConditionValueType

Value

获取或设置此条件格式值对象的值。 它应与 Type 一起使用。

public object Value { get; set; }

属性值

object

备注

如果值是字符串并以 “=” 开头,它将被处理为公式, 否则我们将其作为简单值处理。

 中文