ShapeCollection

ShapeCollection

Overview

ShapeCollection is a class in Aspose.Cells FOSS for .NET.

Represents the collection of drawing objects (shapes) on a worksheet.

Properties

NameTypeAccessDescription
CountintReadGets the total number of shapes in the collection

Methods

SignatureDescription
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.