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


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