IConditionValue
Type Property
|
Returns one of the constants of the XlConditionValueTypes enumeration,
which specifies how the threshold values for a data bar, color scale,
or icon set conditional format are determined. Read-only.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ConditionValueType Type { get; set; }
Property Type As ConditionValueType
Get
Set
property ConditionValueType Type {
ConditionValueType get ();
void set (ConditionValueType value);
}
abstract Type : ConditionValueType with get, set
Property Value
Type:
ConditionValueType
See Also