[]
Builds a freeform object. Returns a IFreeFormBuilder object that represents the freeform as it is being built.
IFreeFormBuilder BuildFreeform(EditingType editingType, double x, double y)
Function BuildFreeform(editingType As EditingType, x As Double, y As Double) As IFreeFormBuilder
Type | Name | Description |
---|---|---|
EditingType | editingType | The editing property of the first node. |
double | x | The initial horizontal position of the shape, in pixels, relative to the upper-left corner of cell A1 on a worksheet. |
double | y | The initial vertical position of the shape, in pixels, relative to the upper-left corner of cell A1 on a worksheet. |
Type | Description |
---|---|
IFreeFormBuilder | A IFreeFormBuilder object. |