IGeomPathInfo
Item Property
|
Gets the MsoPathInfo 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
MsoPathInfo this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As MsoPathInfo
Get
property MsoPathInfo^ default[int index] {
MsoPathInfo^ get (int index);
}
abstract Item : MsoPathInfo with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
MsoPathInfo
See Also