PageSetup.SetFirstPageFooter

PageSetup.SetFirstPageFooter method

Sets a script formatting the first page footer of an Excel file.

public void SetFirstPageFooter(int section, string footerScript)
ParameterTypeDescription
sectionInt320: Left Section, 1: Center Section, 2: Right Section.
footerScriptStringFooter format script.

See Also