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


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

    Return Value

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