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


In This Topic
    ResetBackgroundThemeColor Method (TableStyleInfo)
    In This Topic
    Resets the BackgroundThemeColor property to its default value.
    Syntax
    'Declaration
     
    Public Sub ResetBackgroundThemeColor() 
    'Usage
     
    Dim instance As TableStyleInfo
     
    instance.ResetBackgroundThemeColor()
    public void ResetBackgroundThemeColor()
    See Also