ShapeNodes Object Members

Excel Developer Reference

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

Methods

  Name Description
Bb225664.methods(en-us,office.12).gif Delete Deletes the object.
Bb225664.methods(en-us,office.12).gif Insert Inserts a node into a freeform shape.
Bb225664.methods(en-us,office.12).gif Item Returns a single object from a collection.
Bb225664.methods(en-us,office.12).gif SetEditingType Sets the editing type of the node specified by Index. If the node is a control point for a curved segment, this method sets the editing type of the node adjacent to it that joins two segments. Note that, depending on the editing type, this method may affect the position of adjacent nodes.
Bb225664.methods(en-us,office.12).gif SetPosition Sets the location of the node specified by Index. Note that, depending on the editing type of the node, this method may affect the position of adjacent nodes.
Bb225664.methods(en-us,office.12).gif SetSegmentType Sets the segment type of the segment that follows the node specified by Index. If the node is a control point for a curved segment, this method sets the segment type for that curve. Note that this may affect the total number of nodes by inserting or deleting adjacent nodes.

Properties

  Name Description
Bb225664.properties(en-us,office.12).gif Application When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.
Bb225664.properties(en-us,office.12).gif Count Returns an Integer value that represents the number of objects in the collection.
Bb225664.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C.
Bb225664.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.