ChartSheetBase.Delete Method

Deletes the Microsoft.Office.Interop.Excel.Chart object.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)

Syntax

'Declaration
Public Sub Delete
public void Delete()

Remarks

This method deletes the underlying Microsoft.Office.Interop.Excel.Chart object but does not delete the Microsoft.Office.Tools.Excel.ChartSheetBase host item; therefore, it is recommended that this method not be used.

.NET Framework Security

See Also

Reference

ChartSheetBase Class

Microsoft.Office.Tools.Excel Namespace