GrapeCity.Xaml.SpreadSheet.Data
Operator Property (SpecificTextRule)


GrapeCity.Xaml.SpreadSheet.Data Namespace > SpecificTextRule Class : Operator Property
Gets the comparison operator for the text rule.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property Operator As TextComparisonOperator
'Usage
 
Dim instance As SpecificTextRule
Dim value As TextComparisonOperator
 
instance.Operator = value
 
value = instance.Operator
[DefaultValue()]
public TextComparisonOperator Operator {get; set;}

Property Value

The comparison operator for the text rule. The default value is Containing.
See Also

Reference

SpecificTextRule Class
SpecificTextRule Members