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


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