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

In This Topic
    EndFigure(Boolean) Method
    In This Topic
    Ends the current figure; optionally, closes it.
    Syntax
    'Declaration
     
    Public Overloads Sub EndFigure( _
       ByVal closed As System.Boolean _
    ) 
    public void EndFigure( 
       System.bool closed
    )

    Parameters

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