FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns.DefaultColumn Class / ResetFont Method


In This Topic
ResetFont Method (Columns.DefaultColumn)
In This Topic
Resets the font for the column and makes the column inherit the font from the default column.
Syntax
'Declaration
 
Public Sub ResetFont() 
 
'Usage
 
Dim instance As Columns.DefaultColumn
 
instance.ResetFont()
See Also