ShapeNodes Interface

A collection of all the ShapeNode objects in the specified freeform.

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

Syntax

'Declaration
<GuidAttribute("000C0319-0000-0000-C000-000000000046")> _
Public Interface ShapeNodes _
    Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As ShapeNodes
[GuidAttribute("000C0319-0000-0000-C000-000000000046")]
public interface ShapeNodes : _IMsoDispObj, 
    IEnumerable

Remarks

Each ShapeNode object represents either a node between segments in a freeform or a control point for a curved segment of a freeform. You can create a freeform manually or by using the BuildFreeform and ConvertToShape methods.

Use the Nodes property to return the ShapeNodes collection.

Use the Insert method to create a new node and add it to the ShapeNodes collection.

Use Nodes(index), where index is the node index number, to return a single ShapeNode object.

See Also

Reference

ShapeNodes Members

Microsoft.Office.Interop.Excel Namespace