Namespace: Spire.Xls.Core.Spreadsheet.ConditionalFormatting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Property Value

AverageType

See Also