Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / SelectedText Property


In This Topic
SelectedText Property (FormulaTextBox)
In This Topic
Internal use only. Gets or sets the selected text.
Syntax
'Declaration
 
Public Overrides Property SelectedText As String
 
'Usage
 
Dim instance As FormulaTextBox
Dim value As String
 
instance.SelectedText = value
 
value = instance.SelectedText
See Also