Spread Windows Forms 12.0 Product Documentation
TextOperator Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatCondition Interface : TextOperator Property
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

Reference

IFormatCondition Interface
IFormatCondition Members