Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / ResetFont Method


In This Topic
    ResetFont Method (CellWrapper)
    In This Topic
    Resets the font for the cell and makes the cell inherit the font from the default cell.
    Syntax
    'Declaration
     
    
    Public Shadows Sub ResetFont() 
    'Usage
     
    
    Dim instance As CellWrapper
     
    instance.ResetFont()
    public new void ResetFont()
    See Also