LabelShapeCollection
Item Property (String)
|
Gets the ILabelShape associated with the specified name.
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[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As ILabelShape
Get
public:
virtual property ILabelShape^ default[String^ name] {
ILabelShape^ get (String^ name) sealed;
}
abstract Item : ILabelShape with get
override Item : ILabelShape with get
Parameters
-
name
-
Type:
System
String
The name of the ILabelShape to retrieve.
Return Value
Type:
ILabelShape
The ILabelShape associated with the specified name.
Implements
ILabelShapes
Item
String
See Also