[]
Represents an above or below average conditional formatting rule.
public class AverageConditionalFormattingRule : HighlightConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IExcelExporter, IFilterSupportConditionalFormattingRule, ISerializable, IConditionalFormattingDataRule, IConditionalFormattingRule, ICloneable, INotifyPropertyChanged
Public Class AverageConditionalFormattingRule
Inherits HighlightConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IExcelExporter, IFilterSupportConditionalFormattingRule, ISerializable, IConditionalFormattingDataRule, IConditionalFormattingRule, ICloneable, INotifyPropertyChanged
Name | Description |
---|---|
AverageConditionalFormattingRule(bool, bool) | Initializes a new instance of the AverageConditionalFormattingRule class. |
AverageConditionalFormattingRule(SerializationInfo, StreamingContext) | Initializes a new instance of the AverageConditionalFormattingRule class from serialization. |
Name | Description |
---|---|
IsAbove | Gets or sets whether this conditional formatting rule accepts a value that is above average. |
IsIncludeEquals | Gets or sets a value that indicates whether this conditional formatting rule accepts a value that equals the average. |
StandardDeviation | Gets or sets the standard deviation. |
Name | Description |
---|---|
DeserializeEntry(SerializationEntry) | |
GetObjectData(SerializationInfo, StreamingContext) | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |
IsValid(int, int, object) | Determines whether the specified value is valid. |