Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatCondition Interface / Text Property


In This Topic
Text Property (IFormatCondition)
In This Topic
Gets or sets a System.String value specifying the text string used by the conditional formatting rule.
Syntax
'Declaration
 
Property Text As String
 
'Usage
 
Dim instance As IFormatCondition
Dim value As String
 
instance.Text = value
 
value = instance.Text

Property Value

The text string used by the conditional formatting rule.
See Also