Spread WinForms 15
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
See Also