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


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