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; }
 
Public Property Type As AverageType
	Get
	Set
 
public:
property AverageType Type {
	AverageType get ();
	void set (AverageType value);
}
 
member Type : AverageType with get, set
 
 
 
Return Value
Type:
AverageType
The type of average based on the current state of StdDev, IsAboveAverage, and IsEqualAverage.
 
See Also