Table of Contents

Class ShapeCollectionBase

Namespace
Spire.Xls.Core.Spreadsheet.Collections
Assembly
Spire.XLS.dll
public abstract class ShapeCollectionBase : CollectionExtended<IShape>, IList<IShape>, ICollection<IShape>, IEnumerable<IShape>, IEnumerable, IExcelApplication, ICloneParent
Inheritance
ShapeCollectionBase
Implements
Derived
Inherited Members

Properties

this[int]

public IShape this[int index] { get; }

Parameters

index int

Property Value

IShape

this[string]

public IShape this[string strShapeName] { get; }

Parameters

strShapeName string

Property Value

IShape

Methods

AddCopy(IShape)

[Obsolete("the method is not implemented")]
public IShape AddCopy(IShape sourceShape)

Parameters

sourceShape IShape

Returns

IShape

AddCopy(IShape, Dictionary<string, string>, List<int>)

[Obsolete("the method is not implemented")]
public IShape AddCopy(IShape sourceShape, Dictionary<string, string> hashNewNames, List<int> arrFontIndexes)

Parameters

sourceShape IShape
hashNewNames Dictionary<string, string>
arrFontIndexes List<int>

Returns

IShape

AddShape(XlsShape)

public XlsShape AddShape(XlsShape newXlsShape)

Parameters

newXlsShape XlsShape

Returns

XlsShape