ConditionalFormattingValue.Type

ConditionalFormattingValue.Type property

Get or set the type of this conditional formatting value object. Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Max will auto set “Value” to null.

public FormatConditionValueType Type { get; set; }

See Also