IArcShapes
Item Property (Int32)
|
Gets the IArcShape 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
IArcShape this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IArcShape
Get
property IArcShape^ default[int index] {
IArcShape^ get (int index);
}
abstract Item : IArcShape with get
Parameters
-
index
-
Type:
System
Int32
The zero-based index of the IArcShape to get.
Return Value
Type:
IArcShape
The IArcShape at the specified index.
See Also