[]
Represents the conditional formatting rule that uses a formula to determine which cells to format before starting to paint the background.
public class FormulaConditionalFormattingRule : HighlightConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IExcelExporter, IFilterSupportConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ISerializable, IExpressionConsumer, ICloneable
Public Class FormulaConditionalFormattingRule
Inherits HighlightConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IExcelExporter, IFilterSupportConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ISerializable, IExpressionConsumer, ICloneable
| Name | Description |
|---|---|
| FormulaConditionalFormattingRule(SerializationInfo, StreamingContext) | Initializes a new instance of the FormulaConditionalFormattingRule class from serialization. |
| FormulaConditionalFormattingRule(string) | Initializes a new instance of the FormulaConditionalFormattingRule class. |
| Name | Description |
|---|---|
| Formula | Gets or sets the formula. |
| Name | Description |
|---|---|
| DeserializeEntry(SerializationEntry) | |
| Execute(int, int, object) | Executes the conditional format rule to change the cell's style. |
| GetObjectData(SerializationInfo, StreamingContext) | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |