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


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