Click or drag to resize

IGeomPathShape Item Property

Gets the IGeomPathInfo element at the specified index.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IGeomPathInfo this[
	int index
] { get; }

Parameters

index
Type: System Int32
The zero-based index of the element to get.

Return Value

Type: IGeomPathInfo
The IGeomPathInfo element at the specified index.
See Also