Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / Clear Method
Example


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()
    Example
    This example removes all the sheets from the sheet collection.
    fpSpread1.Sheets.Clear();
    FpSpread1.Sheets.Clear()
    See Also