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


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