'Declaration
Function BuildFreeform( _ ByVal editingType As EditingType, _ ByVal x As Double, _ ByVal y As Double _ ) As IFreeFormBuilder
'Usage
Dim instance As IShapes Dim editingType As EditingType Dim x As Double Dim y As Double Dim value As IFreeFormBuilder value = instance.BuildFreeform(editingType, x, y)
IFreeFormBuilder BuildFreeform( EditingType editingType, double x, double y )
Parameters
- editingType
- The editing property of the first node.
- x
- The initial horizontal position of the shape, in pixels, relative to the upper-left corner of cell A1 on a worksheet.
- y
- The initial vertical position of the shape, in pixels, relative to the upper-left corner of cell A1 on a worksheet.