LockFont Property (Column)
Gets or sets the default font for locked's cells in this column.
public Font LockFont {get; set;}
'Declaration
Public Property LockFont As Font
'Usage
Dim instance As Column
Dim value As Font
instance.LockFont = value
value = instance.LockFont