ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / EndFigure Method / EndFigure(FigureEnd) Method
A value that indicates whether the current figure is closed.

In This Topic
    EndFigure(FigureEnd) Method
    In This Topic
    Ends the current figure; optionally, closes it.
    Syntax
    'Declaration
     
    Public Overloads Sub EndFigure( _
       ByVal figureEnd As GrapeCity.Documents.Drawing.FigureEnd _
    ) 
    public void EndFigure( 
       GrapeCity.Documents.Drawing.FigureEnd figureEnd
    )

    Parameters

    figureEnd
    A value that indicates whether the current figure is closed.
    See Also