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
this[string]
public IOvalShape this[string name] { get; }
Parameters
name
string
Property Value
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
Returns
Clear()
public void Clear()