Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / ResetFontTheme Method


In This Topic
    ResetFontTheme Method (StyleInfo)
    In This Topic
    Resets the FontTheme property to its default value.
    Syntax
    'Declaration
     
    Public Overridable Sub ResetFontTheme() 
    'Usage
     
    Dim instance As StyleInfo
     
    instance.ResetFontTheme()
    public virtual void ResetFontTheme()
    See Also