PageSetup.SetEvenFooter

PageSetup.SetEvenFooter method

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

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

See Also