Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabar Interface / TextOperator Property


In This Topic
    TextOperator Property (IDatabar)
    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 IDatabar
    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