Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetViewCollection Class / OnClear Method


In This Topic
    OnClear Method
    In This Topic
    Processes the OnClear event, which clears the collection.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnClear() 
    'Usage
     
    
    Dim instance As SheetViewCollection
     
    instance.OnClear()
    protected override void OnClear()
    See Also