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


In This Topic
    Delete Method (IWorksheet)
    In This Topic
    Deletes this ISheet from its owner IWorkbook.
    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