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


In This Topic
    ResetFont Method (Row)
    In This Topic
    Resets the font for the row and makes the row inherit the font from the default row.
    Syntax
    'Declaration
     
    
    Public Sub ResetFont() 
    'Usage
     
    
    Dim instance As Row
     
    instance.ResetFont()
    public void ResetFont()
    Example
    This example uses the ResetFont method.
    See Also