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


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