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


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