Click or drag to resize

XlsConditionValue Type Property

Gets/sets one of the constants of the ConditionValueTypes enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ConditionValueType Type { get; set; }

Property Value

Type: ConditionValueType

Implements

IConditionValue Type
See Also