LockFont Property (StyleInfo)
In This Topic
Gets or sets the font for locked cells.
Syntax
'Declaration
Public Overridable Property LockFont As Font
'Usage
Dim instance As StyleInfo
Dim value As Font
instance.LockFont = value
value = instance.LockFont
public virtual Font LockFont {get; set;}
See Also