Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataTable Interface / Delete Method


In This Topic
    Delete Method (IDataTable)
    In This Topic
    Deletes the object.
    Syntax
    'Declaration
     
    Sub Delete() 
    'Usage
     
    Dim instance As IDataTable
     
    instance.Delete()
    void Delete()
    See Also