Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheetCollection Class / Clear Method


In This Topic
    Clear Method (ExcelWorksheetCollection)
    In This Topic
    Remove all ExcelWorksheet from the collection.
    Syntax
    'Declaration
     
    Public Sub Clear() 
    'Usage
     
    Dim instance As ExcelWorksheetCollection
     
    instance.Clear()
    public void Clear()
    See Also