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


In This Topic
    ResetForegroundThemeColor Method (Column)
    In This Topic
    Resets the the ForegroundThemeColor property for the column.
    Syntax
    'Declaration
     
    Public Sub ResetForegroundThemeColor() 
    'Usage
     
    Dim instance As Column
     
    instance.ResetForegroundThemeColor()
    public void ResetForegroundThemeColor()
    See Also