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


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