set_first_page_header method

set_first_page_header

Sets a script formatting the first page header of an Excel file. Only effect in Excel 2007 when IsHFDiffFirst is true.

def set_first_page_header(self, section, header_script):
    ...
ParameterTypeDescription
sectionint0: Left Section, 1: Center Section, 2: Right Section.
header_scriptstrHeader format script.

See Also