Click or drag to resize

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; }

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