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


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