ConditionalFormatWrapper
Operator Property
|
Type of the comparison operator.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ComparisonOperatorType Operator { get; set; }
Public Property Operator As ComparisonOperatorType
Get
Set
public:
virtual property ComparisonOperatorType Operator {
ComparisonOperatorType get () sealed;
void set (ComparisonOperatorType value) sealed;
}
abstract Operator : ComparisonOperatorType with get, set
override Operator : ComparisonOperatorType with get, set
Property Value
Type:
ComparisonOperatorType
Implements
IConditionalFormat
Operator
See Also