Table of Contents

Class LabelShapeCollection

Namespace
Spire.Xls.Core.Spreadsheet.Collections
Assembly
Spire.XLS.dll
public class LabelShapeCollection : CollectionExtended<ILabelShape>, IList<ILabelShape>, ICollection<ILabelShape>, IEnumerable<ILabelShape>, IEnumerable, IExcelApplication, ICloneParent, ILabelShapes
Inheritance
LabelShapeCollection
Implements
Inherited Members

Properties

this[int]

public ILabelShape this[int index] { get; }

Parameters

index int

Property Value

ILabelShape

this[string]

public ILabelShape this[string name] { get; }

Parameters

name string

Property Value

ILabelShape

Methods

AddCopy(ILabelShape)

public void AddCopy(ILabelShape source)

Parameters

source ILabelShape

AddLabel(int, int, int, int)

public ILabelShape AddLabel(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

ILabelShape

Clear()

public void Clear()