ShapeCollection

ShapeCollection

Overview

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

Collection of drawing objects (shapes) on a worksheet.

Properties

NameTypeAccessDescription
countintRead

Methods

SignatureDescription
getCount()int
get(index: int)Shape
add(upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int, shapeType: AutoShapeType)intAdds a new shape and returns its zero-based index.
removeAt(index: int)

See Also