Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / ResetFont Method
Example


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()
    Example
    This example uses the ResetFont method.
    See Also