[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalFormattingRule

ConditionalFormattingRule Class

Represents the base class for conditional format rules.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public abstract class ConditionalFormattingRule : IConditionalFormattingRule, INotifyPropertyChanged, ICloneable, ICanSerializeXml, ISerializeSupport, ISerializable
Public MustInherit Class ConditionalFormattingRule
    Implements IConditionalFormattingRule, INotifyPropertyChanged, ICloneable, ICanSerializeXml, ISerializeSupport, ISerializable

Constructors

Name Description
ConditionalFormattingRule()

Initializes a new instance of the ConditionalFormattingRule class.

ConditionalFormattingRule(SerializationInfo, StreamingContext)

Initializes a new instance of the ConditionalFormattingRule class from serialization.

Fields

Name Description
suspendModifyProvider

Properties

Name Description
ConditionalFormatting

Gets or sets the ConditionalFormatting object that contains this rule.

Priority

Gets or sets the priority.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.

OnPropertyChanged(string)

Called when a property value changes.

OnPropertyChanged(string, bool)

Called when a property value changes.

ParseFormula(CfValue, Worksheet, int, int)
ParseObjectValue(CfValue)

Events

Name Description
PropertyChanged

Occurs when a property value changes.