ColorConditionValue
Type Property
|
Gets or sets the type of the condition value.
Namespace:
Spire.Xls.Core.Spreadsheet
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