[]
        
(Showing Draft Content)

C1.Util.XLPath.EndFigure

EndFigure Method

EndFigure(bool)

Ends the current figure; optionally, closes it.

Declaration
public void EndFigure(bool closed)
Parameters
Type Name Description
bool closed

A value that indicates whether the current figure is closed.

EndFigure(FigureEnd)

Ends the current figure; optionally, closes it.

Declaration
[CLSCompliant(false)]
public void EndFigure(FigureEnd figureEnd)
Parameters
Type Name Description
FigureEnd figureEnd

A value that indicates whether the current figure is closed.