[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IShapes.BuildFreeform

BuildFreeform Method

BuildFreeform(EditingType, double, double)

Builds a freeform object. Returns a IFreeFormBuilder object that represents the freeform as it is being built.

Declaration
IFreeFormBuilder BuildFreeform(EditingType editingType, double x, double y)
Function BuildFreeform(editingType As EditingType, x As Double, y As Double) As IFreeFormBuilder
Parameters
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.

Returns
Type Description
IFreeFormBuilder

A IFreeFormBuilder object.