[]
Represents the conditional formatting rule used for checking text values.
[TypeConverter(typeof(TextConditionalFormattingRule._a))]
public class TextConditionalFormattingRule : HighlightConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, IExcelExporter, ICloneable
<TypeConverter(GetType(TextConditionalFormattingRule._a))>
Public Class TextConditionalFormattingRule
Inherits HighlightConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, ISerializable, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, IExcelExporter, ICloneable
| 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(TextConditionOperator, string, bool, 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 |
|---|---|
| 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. |