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


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