Skip to main content

XlCondFmtRuleAboveAverage.StdDev Property

Gets or sets the number of standard deviations included above or below the average in the “Above or Below ASverage…” conditional formatting rule.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public int StdDev { get; set; }

Property Value

Type Description
Int32

An integer value that is the number of standard deviations.

See Also