IPrstGeomShapes
Item Property (Int32)
|
Returns single item from the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IPrstGeomShape this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IPrstGeomShape
Get
property IPrstGeomShape^ default[int index] {
IPrstGeomShape^ get (int index);
}
abstract Item : IPrstGeomShape with get
Parameters
-
index
-
Type:
System
Int32
Item's index to get.
Return Value
Type:
IPrstGeomShape
Single item from the collection.
See Also