Table of Contents

Class OvalShapeCollection

Namespace
Spire.Xls.Core.Spreadsheet.Collections
Assembly
Spire.XLS.dll
public class OvalShapeCollection : CollectionExtended<IOvalShape>, IList<IOvalShape>, ICollection<IOvalShape>, IEnumerable<IOvalShape>, IEnumerable, IExcelApplication, ICloneParent, IOvalShapes
Inheritance
OvalShapeCollection
Implements
Inherited Members

Properties

this[int]

public IOvalShape this[int index] { get; }

Parameters

index int

Property Value

IOvalShape

this[string]

public IOvalShape this[string name] { get; }

Parameters

name string

Property Value

IOvalShape

Methods

AddCopy(IOvalShape)

public void AddCopy(IOvalShape source)

Parameters

source IOvalShape

AddOval(int, int, int, int)

public IOvalShape AddOval(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IOvalShape

Clear()

public void Clear()