com.spire.xls.core.spreadsheet.collections
Class ArcShapeCollection
java.lang.Object
com.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.ArcShapeCollection
- All Implemented Interfaces:
- com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, IArcShapes, java.lang.Iterable
public class ArcShapeCollection
- extends CollectionExtended
- implements IArcShapes
ArcShapeCollection
public ArcShapeCollection(java.lang.Object parent)
get
public IArcShape get(int index)
- Specified by:
get
in interface IArcShapes
get
public IArcShape get(java.lang.String name)
- Specified by:
get
in interface IArcShapes
addArc
public IArcShape addArc(int row,
int column,
int height,
int width)
- Specified by:
addArc
in interface IArcShapes
addCopy
public void addCopy(IArcShape source)