Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetFont Method


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