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