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


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