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