set_first_page_footer method
set_first_page_footer(self, section, footer_script)
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 | System.String | Footer format script. |
See Also
- module
aspose.cells - class
PageSetup