Spread Windows Forms 12.0 Product Documentation
UnformattedText Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > FormatResult Structure : UnformattedText Property
Gets the unformatted text.
Syntax
'Declaration
 
Public ReadOnly Property UnformattedText As String
'Usage
 
Dim instance As FormatResult
Dim value As String
 
value = instance.UnformattedText
public string UnformattedText {get;}

Property Value

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

Reference

FormatResult Structure
FormatResult Members