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