set_footer_picture method
set_footer_picture(self, section, footer_picture)
Sets an image in the footer of a worksheet.
Returns
Returns Picture object.
def set_footer_picture(self, section, footer_picture):
...
| Parameter | Type | Description |
|---|---|---|
| section | int | 0: Left Section, 1: Center Section, 2: Right Section. |
| footer_picture | bytes | Image data. |
See Also
- module
aspose.cells - class
PageSetup - class
Picture