[]
Represents the conditional formatting rule used for checking text values.
public class TextConditionalFormattingRule : HighlightConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IExcelExporter, IFilterSupportConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ISerializable, ICloneable, IExpressionConsumer
Public Class TextConditionalFormattingRule
Inherits HighlightConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IExcelExporter, IFilterSupportConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ISerializable, ICloneable, IExpressionConsumer
| Name | Description |
|---|---|
| TextConditionalFormattingRule(TextConditionOperator, string) | Initializes a new instance of the TextConditionalFormattingRule class. |
| TextConditionalFormattingRule(TextConditionOperator, string, bool) | Initializes a new instance of the TextConditionalFormattingRule class. |
| TextConditionalFormattingRule(SerializationInfo, StreamingContext) | Initializes a new instance of the TextConditionalFormattingRule class from serialization. |
| Name | Description |
|---|---|
| Formula | Gets or sets the formula. |
| Operator | Gets or sets conditions used for checking text. |
| Text | Gets or sets the text to check for. |
| 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. |