PictureCollection

PictureCollection

Overview

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

Collection of pictures in a worksheet.

Properties

NameTypeAccessDescription
count``ReadReturns the number of pictures in the collection

Methods

SignatureDescription
__init__(worksheet)
add(image_path, upper_left_row, upper_left_column, lower_right_row, lower_right_column)Inserts a picture from image_path into the specified cell range
Add(image_path, upper_left_row, upper_left_column, lower_right_row, lower_right_column)PascalCase alias of add().
copy(worksheet)Creates a copy of the picture collection for the given worksheet

See Also