Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ResetBackground Method


In This Topic
    ResetBackground Method (Cell)
    In This Topic
    Resets the background color for the cell and causes the cell to inherit the background color from the default cell.
    Syntax
    'Declaration
     
    Public Sub ResetBackground() 
    'Usage
     
    Dim instance As Cell
     
    instance.ResetBackground()
    public void ResetBackground()
    See Also