Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IFormattedCellValue2 Interface / FormattedText Property


In This Topic
    FormattedText Property
    In This Topic
    Gets the formatted text of the cell value.
    Syntax
    'Declaration
     
    
    ReadOnly Property FormattedText As String
    'Usage
     
    
    Dim instance As IFormattedCellValue2
    Dim value As String
     
    value = instance.FormattedText
    string FormattedText {get;}
    See Also