FreeformBuilder.ConvertToShape Method
Creates a shape that has the geometric characteristics of the specified FreeformBuilder object. Returns a Shape object that represents the new shape.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function ConvertToShape As Shape
'Usage
Dim instance As FreeformBuilder
Dim returnValue As Shape
returnValue = instance.ConvertToShape()
Shape ConvertToShape()
Return Value
Type: Microsoft.Office.Interop.Excel.Shape
Remarks
Note You must apply the AddNodes method to a FreeformBuilder object at least once before you use the ConvertToShape method.