Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / ResetBackColor Method


In This Topic
    ResetBackColor Method (CellWrapper)
    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 Shadows Sub ResetBackColor() 
    'Usage
     
    
    Dim instance As CellWrapper
     
    instance.ResetBackColor()
    public new void ResetBackColor()
    See Also