PictureCollection
Overview
PictureCollection is a class in Aspose.Cells FOSS for Python.
Collection of pictures in a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | Returns the number of pictures in the collection |
Methods
| Signature | Description |
|---|---|
__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 |