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


In This Topic
    ResetBackgroundThemeColor Method (Column)
    In This Topic
    Resets the background theme color for the column.
    Syntax
    'Declaration
     
    Public Sub ResetBackgroundThemeColor() 
    'Usage
     
    Dim instance As Column
     
    instance.ResetBackgroundThemeColor()
    public void ResetBackgroundThemeColor()
    See Also