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


In This Topic
    ResetBackgroundThemeColor Method (Row)
    In This Topic
    Resets the BackgroundThemeColor property for the row.
    Syntax
    'Declaration
     
    Public Sub ResetBackgroundThemeColor() 
    'Usage
     
    Dim instance As Row
     
    instance.ResetBackgroundThemeColor()
    public void ResetBackgroundThemeColor()
    See Also