Back to Devexpress

AverageConditionalFormatting.Condition Property

officefileapi-devexpress-dot-spreadsheet-dot-averageconditionalformatting.md

latest2.0 KB
Original Source

AverageConditionalFormatting.Condition Property

Gets or sets a type of the conditional format operator used in the "above or below average…" conditional formatting rule.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ConditionalFormattingAverageCondition Condition { get; set; }
vb
Property Condition As ConditionalFormattingAverageCondition

Property Value

TypeDescription
ConditionalFormattingAverageCondition

One of ConditionalFormattingAverageCondition enumeration values.

|

Available values:

NameDescription
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

AverageConditionalFormatting Interface

AverageConditionalFormatting Members

DevExpress.Spreadsheet Namespace