Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / ResetFont Method


In This Topic
ResetFont Method (Column)
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 Column
 
instance.ResetFont()
See Also