Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheets Interface / Delete Method


In This Topic
    Delete Method (IWorksheets)
    In This Topic
    Delete all worksheets.
    Syntax
    'Declaration
     
    
    Function Delete() As Boolean
    'Usage
     
    
    Dim instance As IWorksheets
    Dim value As Boolean
     
    value = instance.Delete()
    bool Delete()

    Return Value

    true if worksheets are deleted; otherwise, false.
    See Also