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
public Font SelectionFont {get; set;}
See Also