Spread Silverlight Documentation
Operator Property (SpecificTextRule)


GrapeCity.Windows.SpreadSheet.Data Namespace > SpecificTextRule Class : Operator Property
Gets the comparison operator for the text rule.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Operator As TextComparisonOperator
'Usage
 
Dim instance As SpecificTextRule
Dim value As TextComparisonOperator
 
instance.Operator = value
 
value = instance.Operator
[System.ComponentModel.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