UAverageHighlightCell
IAverageHighlightCell, from Univer See doc:
public struct UAverageHighlightCell
Remarks
Represents a conditional formatting configuration that highlights cells based on average values using a specific style and operator.
Properties
Property | Type | Description |
---|---|---|
type | string | ECFRuleType value |
subType | string | ECFSubRuleType value |
style | IStyleBase | Style applied |
Operator | string | ECFOperators value |
Constructors
public UAverageHighlightCell()
IAverageHighlightCell, from Univer See doc:
Methods
SetOperator
public void SetOperator(ECFOperators op)
Set “operator” value from enum
Parameters
Parameter | Type | Description |
---|---|---|
op | ECFOperators | Operator to assign if valid as a number operator |