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


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