Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Delete Method


In This Topic
    Delete Method (IWorksheet)
    In This Topic
    Deletes this IWorksheet from its owner Workbook.
    Syntax
    'Declaration
     
    
    Function Delete() As Boolean
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As Boolean
     
    value = instance.Delete()
    bool Delete()

    Return Value

    true if the worksheet is deleted, false otherwise.
    See Also