Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CollectionExtended<IGeomPath> GeomPaths { get; }
Public ReadOnly Property GeomPaths As CollectionExtended(Of IGeomPath)
	Get
public:
virtual property CollectionExtended<IGeomPath^>^ GeomPaths {
	CollectionExtended<IGeomPath^>^ get () sealed;
}
abstract GeomPaths : CollectionExtended<IGeomPath> with get
override GeomPaths : CollectionExtended<IGeomPath> with get

Property Value

CollectionExtended<(Of <(<'IGeomPath>)>)>

Implements

IPrstGeomShape..::..GeomPaths

See Also