Click or drag to resize

IShapes AddPrstGeomShape Method

Adds a predefined geometric shape to the document.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IPrstGeomShape AddPrstGeomShape(
	PrstGeomShapeType shapeType
)

Parameters

shapeType
Type: Spire.Xls PrstGeomShapeType
The type of the predefined geometric shape to add.

Return Value

Type: IPrstGeomShape
The added geometric shape.
See Also