[]
        
Initializes a new instance of the TextConditionalFormattingRule class.
public TextConditionalFormattingRule(TextConditionOperator op, string text)
Public Sub New(op As TextConditionOperator, text As String)
| Type | Name | Description | 
|---|---|---|
| TextConditionOperator | op | The operator.  | 
    
| string | text | The text.  | 
    
Initializes a new instance of the TextConditionalFormattingRule class.
public TextConditionalFormattingRule(TextConditionOperator op, string text, bool isFormula)
Public Sub New(op As TextConditionOperator, text As String, isFormula As Boolean)
| Type | Name | Description | 
|---|---|---|
| TextConditionOperator | op | The operator.  | 
    
| string | text | The text.  | 
    
| bool | isFormula | if set to   | 
    
Initializes a new instance of the TextConditionalFormattingRule class from serialization.
protected TextConditionalFormattingRule(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
| Type | Name | Description | 
|---|---|---|
| SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo to populate with data.  | 
    
| StreamingContext | context | The destination (see System.Runtime.Serialization.StreamingContext) for this serialization.  |