Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatResult Structure / Text Property


In This Topic
    Text Property (FormatResult)
    In This Topic
    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