Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / Rtf Property


In This Topic
    Rtf Property
    In This Topic
    Internal use only. Gets RTF string.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Rtf As String
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As String
     
    value = instance.Rtf
    public new string Rtf {get;}
    See Also