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


In This Topic
SelectionFont Property (FormulaTextBox)
In This Topic
Internal use only. Gets or sets the font of the selection.
Syntax
'Declaration
 
Public Shadows Property SelectionFont As Font
 
'Usage
 
Dim instance As FormulaTextBox
Dim value As Font
 
instance.SelectionFont = value
 
value = instance.SelectionFont
See Also