Spread Silverlight Documentation
Text Property (IExcelGeneralRule)


GrapeCity.Excel Namespace > IExcelGeneralRule Interface : Text Property
The text value in a "text contains" conditional formatting rule. This attribute is ignored if type is not equal to containsText.
Syntax
'Declaration
 
Property Text As System.String
'Usage
 
Dim instance As IExcelGeneralRule
Dim value As System.String
 
instance.Text = value
 
value = instance.Text
System.string Text {get; set;}

Property Value

The text value.
See Also

Reference

IExcelGeneralRule Interface
IExcelGeneralRule Members