Table of Contents

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

IArcShape

this[string]

public IArcShape this[string name] { get; }

Parameters

name string

Property Value

IArcShape

Methods

AddArc(int, int, int, int)

public IArcShape AddArc(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IArcShape

AddCopy(IArcShape)

public void AddCopy(IArcShape source)

Parameters

source IArcShape

Clear()

public void Clear()