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