ShapeNode Interface

Represents the geometry and the geometry-editing properties of the nodes in a user-defined freeform.

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

Syntax

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

Remarks

Nodes include the vertices between the segments of the freeform and the control points for curved segments. The ShapeNode object is a member of the ShapeNodes collection. The ShapeNodes collection contains all the nodes in a freeform.

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

See Also

Reference

ShapeNode Members

Microsoft.Office.Interop.Excel Namespace