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


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