XlCondFmtRuleAboveAverage.Condition Property
Gets or sets the type of the conditional format operator used in the “Above or Below Average…” conditional formatting rule.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
XlCondFmtAverageCondition | One of the XlCondFmtAverageCondition enumeration values representing the operator type. |
Available values:
Name | Description |
---|---|
Above | Formats cells whose values are above the average value in a range of cells. |
AboveOrEqual | Formats cells whose values are above or equal to the average value in a range of cells. |
Below | Formats cells whose values are below the average value in a range of cells. |
BelowOrEqual | Formats cells whose values are below or equal to the average value in a range of cells. |
See Also