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
this[string]
public IShape this[string strShapeName] { get; }
Parameters
strShapeName
string
Property Value
Methods
AddCopy(IShape)
[Obsolete("the method is not implemented")]
public IShape AddCopy(IShape sourceShape)
Parameters
sourceShape
IShape
Returns
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
Returns
AddShape(XlsShape)
public XlsShape AddShape(XlsShape newXlsShape)
Parameters
newXlsShape
XlsShape