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; }
ReadOnly Default Property Item (
index As Integer
) As IGeomPathInfo
Get
property IGeomPathInfo^ default[int index] {
IGeomPathInfo^ get (int index);
}
abstract Item : IGeomPathInfo with 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