Share via


Point.Delete Method

Deletes the object.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function Delete As Object
'Usage
Dim instance As Point
Dim returnValue As Object

returnValue = instance.Delete()
Object Delete()

Return Value

Type: System.Object

Remarks

Deleting a Point object deletes the entire series.

See Also

Reference

Point Interface

Point Members

Microsoft.Office.Interop.Excel Namespace