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


In This Topic
    Reset Method (TableStyleInfo)
    In This Topic
    Resets all the style settings in the StyleInfo object to the default settings.
    Syntax
    'Declaration
     
    Public Sub Reset() 
    'Usage
     
    Dim instance As TableStyleInfo
     
    instance.Reset()
    public void Reset()
    See Also