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


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