[]
        
(Showing Draft Content)

FarPoint.Web.Spread.AverageConditionalFormattingRule

AverageConditionalFormattingRule Class

Represents an above or below average conditional formatting rule.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
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

Constructors

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.

Properties

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.

Methods

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.