Class ArcShapeCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.Collections
- Assembly
- Spire.XLS.dll
public class ArcShapeCollection : CollectionExtended<IArcShape>, IList<IArcShape>, ICollection<IArcShape>, IEnumerable<IArcShape>, IEnumerable, IExcelApplication, ICloneParent, IArcShapes
- Inheritance
-
ArcShapeCollection
- Implements
- Inherited Members
Properties
this[int]
public IArcShape this[int index] { get; }
Parameters
index
int
Property Value
this[string]
public IArcShape this[string name] { get; }
Parameters
name
string
Property Value
Methods
AddArc(int, int, int, int)
public IArcShape AddArc(int row, int column, int height, int width)
Parameters
Returns
AddCopy(IArcShape)
public void AddCopy(IArcShape source)
Parameters
source
IArcShape
Clear()
public void Clear()