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


In This Topic
    ResetFontWeight Method (Column)
    In This Topic
    Resets the font weight for the column and causes the column to inherit the font weight from the default column.
    Syntax
    'Declaration
     
    Public Sub ResetFontWeight() 
    'Usage
     
    Dim instance As Column
     
    instance.ResetFontWeight()
    public void ResetFontWeight()
    See Also