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


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