FreeformBuilder Interface

Represents the geometry of a freeform while it’s being built.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<GuidAttribute("0002443F-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface FreeformBuilder
'Usage
Dim instance As FreeformBuilder
[GuidAttribute("0002443F-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface FreeformBuilder

Remarks

Use the BuildFreeform method to return a FreeformBuilder object. Use the AddNodes method to add nodes to the freefrom. Use the ConvertToShape method to create the shape defined in the FreeformBuilder object and add it to the Shapes collection.

See Also

Reference

FreeformBuilder Members

Microsoft.Office.Interop.Excel Namespace