SelectionFont Property (SheetView)
Gets or sets the default font for selected items on this sheet.
public Font SelectionFont {get; set;}
'Declaration
Public Property SelectionFont As Font
'Usage
Dim instance As SheetView
Dim value As Font
instance.SelectionFont = value
value = instance.SelectionFont