IPrstGeomShape
GeomPaths Property
|
Gets a collection of geometric paths represented by objects implementing the IGeomPath interface.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
CollectionExtended<IGeomPath> GeomPaths { get; }
ReadOnly Property GeomPaths As CollectionExtended(Of IGeomPath)
Get
property CollectionExtended<IGeomPath^>^ GeomPaths {
CollectionExtended<IGeomPath^>^ get ();
}
abstract GeomPaths : CollectionExtended<IGeomPath> with get
Property Value
Type:
CollectionExtended
IGeomPath
See Also