ShapeNode Members
Include Protected Members
Include Inherited Members
Represents the geometry and the geometry-editing properties of the nodes in a user-defined freeform.
The ShapeNode type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | (Inherited from _IMsoDispObj.) | |
Application | Returns an Application object that represents the Microsoft Excel application. | |
Creator | (Inherited from _IMsoDispObj.) | |
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. | |
EditingType | If the specified node is a vertex, this property returns a value that indicates how changes made to the node affect the two segments connected to the node. | |
Parent | Returns the parent object for the specified object. | |
Points | Returns the position of the specified node as a coordinate pair. Each coordinate is expressed in points. | |
SegmentType | Returns a value that indicates whether the segment associated with the specified node is straight or curved. If the specified node is a control point for a curved segment, this property returns msoSegmentCurve. |
Top