PageSetup.SetEvenHeader

PageSetup.SetEvenHeader method

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

public void SetEvenHeader(int section, string headerScript)
ParameterTypeDescription
sectionInt320: Left Section, 1: Center Section, 2: Right Section.
headerScriptStringHeader format script.

See Also