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