FreeformBuilder.ConvertToShape Method

Definition

Creates a shape that has the geometric characteristics of the specified FreeformBuilder object. Returns a Shape object that represents the new shape.

public:
 Microsoft::Office::Interop::Excel::Shape ^ ConvertToShape();
public Microsoft.Office.Interop.Excel.Shape ConvertToShape ();
Public Function ConvertToShape () As Shape

Returns

Remarks

Note You must apply the AddNodes(MsoSegmentType, MsoEditingType, Single, Single, Object, Object, Object, Object) method to a FreeformBuilder object at least once before you use the ConvertToShape method.

Applies to