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


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