ConditionValue
Type Property
 | 
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; }
 
Public Property Type As ConditionValueType
	Get
	Set
 
public:
virtual property ConditionValueType Type {
	ConditionValueType get () sealed;
	void set (ConditionValueType value) sealed;
}
 
abstract Type : ConditionValueType with get, set
override Type : ConditionValueType with get, set
 
 
 
Property Value
Type:
ConditionValueType
Implements
IConditionValue
Type
 
See Also