Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatResult Structure / UnformattedText Property


In This Topic
UnformattedText Property
In This Topic
Gets the unformatted text.
Syntax
'Declaration
 
Public ReadOnly Property UnformattedText As String
 
'Usage
 
Dim instance As FormatResult
Dim value As String
 
value = instance.UnformattedText

Property Value

A string value represent the formatted text.
Remarks
The repeat character will be included one time in the unformatted text.
See Also