Click or drag to resize

Average Type Property

Gets or sets the type of average based on the standard deviation and whether the value is above, below, or equal to the average.

Namespace: Spire.Xls.Core.Spreadsheet.ConditionalFormatting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public AverageType Type { get; set; }

Return Value

Type: AverageType
The type of average based on the current state of StdDev, IsAboveAverage, and IsEqualAverage.
See Also