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
this[string]
public ILabelShape this[string name] { get; }
Parameters
name
string
Property Value
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
Returns
Clear()
public void Clear()