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


In This Topic
SelectionFont Property (SheetView)
In This Topic
Gets or sets the default font for selected items on this sheet.
Syntax
'Declaration
 
Public Property SelectionFont As Font
 
'Usage
 
Dim instance As SheetView
Dim value As Font
 
instance.SelectionFont = value
 
value = instance.SelectionFont
See Also