ShapeNodes.Delete Method

Deletes the specified object.

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

Syntax

'Declaration
Sub Delete ( _
    Index As Integer _
)
'Usage
Dim instance As ShapeNodes
Dim Index As Integer

instance.Delete(Index)
void Delete(
    int Index
)

Parameters

  • Index
    Type: System.Int32
    Required Integer. The number of the shape node to delete.

See Also

Reference

ShapeNodes Interface

ShapeNodes Members

Microsoft.Office.Interop.Word Namespace