Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / BuildFreeform Method / BuildFreeform() Method


In This Topic
    BuildFreeform() Method
    In This Topic
    Create the IFreeFormBuilder object indicates the geometry of a freeform while it's being built.
    Syntax
    'Declaration
     
    
    Public Overloads Function BuildFreeform() As IFreeFormBuilder
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim value As IFreeFormBuilder
     
    value = instance.BuildFreeform()
    public IFreeFormBuilder BuildFreeform()
    See Also