Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CommandBarInfo Class / Reset Method
Example


In This Topic
    Reset Method (CommandBarInfo)
    In This Topic
    Sets the properties of a command bar of the Spread component to their default values.
    Syntax
    'Declaration
     
    
    Public Sub Reset() 
    'Usage
     
    
    Dim instance As CommandBarInfo
     
    instance.Reset()
    public void Reset()
    Remarks

    Use this method to reset any of the following property settings back to "Not Set".

    Example
    This example shows the use of this method in setting command bar properties.
    See Also