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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

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

See Also