Click or drag to resize

XlsWorksheetBase PrstGeomShapes Property

Gets the collection of preset geometric shapes.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public PrstGeomShapeCollection PrstGeomShapes { get; }

Return Value

Type: PrstGeomShapeCollection
A PrstGeomShapeCollection representing the preset geometric shapes.
See Also