PictureCollection

PictureCollection

Overview

PictureCollection is a class in Aspose.Cells FOSS for Python.

Collection of pictures in a worksheet.

This class provides 4 methods for working with PictureCollection objects in Python programs. Available methods include: Add, __init__, add, copy. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: count.

Properties

NameTypeAccessDescription
count``ReadGets the count.

Methods

SignatureDescription
__init__(worksheet)
add(image_path, upper_left_row, upper_left_column, lower_right_row, lower_right_column)Adds a picture from the given image_path into the worksheet bounded by the specified rows and columns
Add(image_path, upper_left_row, upper_left_column, lower_right_row, lower_right_column)PascalCase alias of add().
copy(worksheet)Returns a new PictureCollection that is a copy of the current collection for the specified worksheet

See Also