Shapes.BuildFreeform (Excel)
Builds a freeform object. Returns a FreeformBuilder object that represents the freeform as it is being built.
BuildFreeform (EditingType, X1, Y1)
Dim fbrBuildFreeform As FreeformBuilder
Set fbrBuildFreeform = ActiveChart.Shapes.BuildFreeform(EditingType:=msoEditingAuto, X1:=, Y1:=)
Arguments
The following arguments are required:
EditingType (Office.MsoEditingType) - The editing property of the first node.
X1 (Single) - The position (in points) of the first node in the freeform drawing relative to the upper-left corner of the document.
Y1 (Single) - The position (in points) of the first node in the freeform drawing relative to the upper-left corner of the document.