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


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

Property Value

The comparison formula of the text rule.
See Also

Reference

SpecificTextRule Class
SpecificTextRule Members