Spread Windows Forms 12.0 Product Documentation
LockFont Property (Appearance)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Appearance Class : LockFont Property
Gets or sets the font for a locked object.
Syntax
'Declaration
 
Public Property LockFont As Font
'Usage
 
Dim instance As Appearance
Dim value As Font
 
instance.LockFont = value
 
value = instance.LockFont
public Font LockFont {get; set;}
Remarks
Set the lock font and colors in the SheetView class.
See Also

Reference

Appearance Class
Appearance Members