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


In This Topic
    Delete Method (ICharts)
    In This Topic
    Delete all charts.
    Syntax
    'Declaration
     
    
    Function Delete() As Boolean
    'Usage
     
    
    Dim instance As ICharts
    Dim value As Boolean
     
    value = instance.Delete()
    bool Delete()
    See Also