Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / Clear Method


In This Topic
    Clear Method (SheetViewCollection)
    In This Topic
    Removes all the sheets from the collection.
    Syntax
    'Declaration
     
    
    Public Shadows Sub Clear() 
    'Usage
     
    
    Dim instance As SheetViewCollection
     
    instance.Clear()
    public new void Clear()
    See Also