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


In This Topic
    ResetBackColor Method (Cell)
    In This Topic
    Resets the background color for the cell and makes the cell inherit the background color from the default cell.
    Syntax
    'Declaration
     
    
    Public Sub ResetBackColor() 
    'Usage
     
    
    Dim instance As Cell
     
    instance.ResetBackColor()
    public void ResetBackColor()
    Example
    This example uses the ResetBackColor method.
    See Also