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