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


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