Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns.DefaultColumn Class / Font Property


In This Topic
Font Property (Columns.DefaultColumn)
In This Topic
Gets or sets the default font for cells in the default column.
Syntax
'Declaration
 
Public Shadows Property Font As Font
 
'Usage
 
Dim instance As Columns.DefaultColumn
Dim value As Font
 
instance.Font = value
 
value = instance.Font
See Also