Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / ResetFontStyle Method


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