Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StyleInfo Class / Reset Method / Reset() Method
Example


In This Topic
    Reset() Method
    In This Topic
    Resets the StyleInfo object to its default values.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Reset() 
    'Usage
     
    
    Dim instance As StyleInfo
     
    instance.Reset()
    public virtual void Reset()
    Remarks
    This method resets all the style settings in a StyleInfo object to the default settings.
    Example
    This example creates a StyleInfo object and uses it to set the styles for cell (0, 0) and (0, 2).
    See Also