FreeformBuilder Object
Excel Developer Reference |
Represents the geometry of a freeform while it’s being built.
Remarks
Use the BuildFreeform method to return a FreeformBuilder object. Use the AddNodes method to add nodes to the freefrom. Use the ConvertToShape method to create the shape defined in the FreeformBuilder object and add it to the Shapes collection.
Example
The following example adds a freeform with four segments to myDocument.
Visual Basic for Applications |
---|
|
See Also