ConditionalFormatWrapper
Average Property
|
Get the conditional formatting's "Average" instance.
The default instance's rule highlights cells that are
above the average for all values in the range.
Valid only for type = Average.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Average Average { get; }
Public ReadOnly Property Average As Average
Get
public:
property Average^ Average {
Average^ get ();
}
member Average : Average with get
Property Value
Type:
Average
See Also