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


In This Topic
    ResetFont Method (StyleInfo)
    In This Topic
    Resets the Font property to its default value.
    Syntax
    'Declaration
     
    
    Public Sub ResetFont() 
    'Usage
     
    
    Dim instance As StyleInfo
     
    instance.ResetFont()
    public void ResetFont()
    Example
    This example uses the ResetFont method.
    See Also