Spread Windows Forms 17
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
    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