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


In This Topic
    ResetBackground Method (Row)
    In This Topic
    Resets the background for the row and makes the row inherit the background from the default row.
    Syntax
    'Declaration
     
    
    Public Sub ResetBackground() 
    'Usage
     
    
    Dim instance As Row
     
    instance.ResetBackground()
    public void ResetBackground()
    See Also