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


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

    Return Value

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