[]
Represents the conditional formatting rule that uses a formula to determine which cells to format before starting to paint the background.
[TypeConverter(typeof(FormulaConditionalFormattingRule._a))]
public class FormulaConditionalFormattingRule : HighlightConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, IExcelExporter, ICloneable
<TypeConverter(GetType(FormulaConditionalFormattingRule._a))>
Public Class FormulaConditionalFormattingRule
Inherits HighlightConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, ISerializable, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, IExcelExporter, 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. |
| FormulaConditionalFormattingRule(string, bool) | Initializes a new instance of the FormulaConditionalFormattingRule class. |
| Name | Description |
|---|---|
| Formula | Gets or sets the formula. |
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) | Populates a System.Runtime.Serialization.SerializationInfo object with the data needed to serialize the target object. |