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