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


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