Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / Text Property


In This Topic
Text Property (RichText)
In This Topic
Gets the System.String value represents the plain text of this rich text.
Syntax
'Declaration
 
Public ReadOnly Property Text As String
 
'Usage
 
Dim instance As RichText
Dim value As String
 
value = instance.Text
See Also