Click or drag to resize

XlsPrstGeomShape GeomPaths Property

Gets the collection of extended geometric paths. If the collection is not initialized, it initializes the collection and populates it with ShapeGeomPath objects based on the available path information from the shape converter.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CollectionExtended<IGeomPath> GeomPaths { get; }

Return Value

Type: CollectionExtended IGeomPath
A CollectionExtended of IGeomPath objects.

Implements

IPrstGeomShape GeomPaths
See Also