set_even_footer method

set_even_footer

Sets a script formatting the even page footer of an Excel file. Only effect in Excel 2007 when IsHFDiffOddEven is true.

def set_even_footer(self, section, footer_script):
    ...
ParameterTypeDescription
sectionint0: Left Section, 1: Center Section, 2: Right Section.
footer_scriptstrFooter format script.

See Also