set_first_page_footer method
set_first_page_footer
Sets a script formatting the first page footer of an Excel file.
def set_first_page_footer(self, section, footer_script):
...
Parameter | Type | Description |
---|---|---|
section | int | 0: Left Section, 1: Center Section, 2: Right Section. |
footer_script | str | Footer format script. |
See Also
- module
aspose.cells
- class
PageSetup