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


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