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


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