ShapeCollection
Overview
ShapeCollection is a class in Aspose.Cells FOSS for .NET.
Represents the collection of drawing objects (shapes) on a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the total number of shapes in the collection |
Methods
| Signature | Description |
|---|---|
Add(upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int, shapeType: AutoShapeType) | The type of shape to add. |
RemoveAt(index: int) | Removes the shape at the specified zero-based index. |