Spread Windows Forms 12.0 Product Documentation
Text Property (FormatResult)


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

Property Value

A string value represent the formatted text.
Remarks
The repeat character won't be included.
See Also

Reference

FormatResult Structure
FormatResult Members