FreeformBuilder.ConvertToShape Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.