Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XLUnicodeStringNoCch Class / DecodedText Property


In This Topic
    DecodedText Property
    In This Topic
    Gets the decoded text.
    Syntax
    'Declaration
     
    
    Public Property DecodedText As String
    'Usage
     
    
    Dim instance As XLUnicodeStringNoCch
    Dim value As String
     
    instance.DecodedText = value
     
    value = instance.DecodedText
    public string DecodedText {get; set;}
    Remarks
    The decoded text is used by SupBook record.
    See Also