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


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