LabelShapeCollection
Item Property (Int32)
|
Gets the ILabelShape at the specified index in the list.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ILabelShape this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ILabelShape
Get
public:
virtual property ILabelShape^ default[int index] {
ILabelShape^ get (int index) sealed;
}
abstract Item : ILabelShape with get
override Item : ILabelShape with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
ILabelShape
Implements
ILabelShapes
Item
Int32
See Also