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


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