Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Delete(Boolean) Method
true if UI need to be notified.


In This Topic
    Delete(Boolean) Method
    In This Topic
    Deletes this Worksheet from its owner Workbook.
    Syntax
    'Declaration
     
    
    Public Function Delete( _
       Optional ByVal notifyUI As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As Worksheet
    Dim notifyUI As Boolean
    Dim value As Boolean
     
    value = instance.Delete(notifyUI)
    public bool Delete( 
       bool notifyUI
    )

    Parameters

    notifyUI
    true if UI need to be notified.
    See Also