[]
Represents the base class for conditional format rules.
public abstract class ConditionalFormattingRule : IConditionalFormattingRule, INotifyPropertyChanged, ICloneable, ICanSerializeXml, ISerializeSupport, ISerializable
Public MustInherit Class ConditionalFormattingRule
Implements IConditionalFormattingRule, INotifyPropertyChanged, ICloneable, ICanSerializeXml, ISerializeSupport, ISerializable
Name | Description |
---|---|
ConditionalFormattingRule() | Initializes a new instance of the ConditionalFormattingRule class. |
ConditionalFormattingRule(SerializationInfo, StreamingContext) | Initializes a new instance of the ConditionalFormattingRule class from serialization. |
Name | Description |
---|---|
suspendModifyProvider |
Name | Description |
---|---|
ConditionalFormatting | Gets or sets the ConditionalFormatting object that contains this rule. |
Priority | Gets or sets the priority. |
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) |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |