PictureCollection
General
PictureCollection és una classe en Aspose.Cells per a Python.
Col·lecció d’imatges en una fitxa de treball.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | Returns the total number of pictures contained in the worksheet |
Mètodes
| Signature | Description |
|---|---|
__init__(worksheet) | |
add(image_path, upper_left_row, upper_left_column, lower_right_row, lower_right_column) | Inserts a picture into a worksheet using the image file path and the upper‑left and lower‑right cell coordinates |
Add(image_path, upper_left_row, upper_left_column, lower_right_row, lower_right_column) | PascalCase alias of add(). |
copy(worksheet) | Duplicates all pictures from the source worksheet to another worksheet |