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):
    ...
ParameterTypeDescription
sectionint0: Left Section, 1: Center Section, 2: Right Section.
footer_scriptSystem.StringFooter format script.

See Also