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


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