Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatCondition Interface / TextOperator Property


In This Topic
    TextOperator Property
    In This Topic
    Gets or sets one of the constants of the ContainsOperator enumeration, specifying the text search performed by the conditional formatting rule.
    Syntax
    'Declaration
     
    
    Property TextOperator As ContainsOperator
    'Usage
     
    
    Dim instance As IFormatCondition
    Dim value As ContainsOperator
     
    instance.TextOperator = value
     
    value = instance.TextOperator
    ContainsOperator TextOperator {get; set;}

    Property Value

    A ContainsOperator value represents the text search performed by the conditional formatting rule.
    See Also