Aspose::Cells::PageSetup::SetEvenFooter method

PageSetup::SetEvenFooter(int32_t, const U16String&) method

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

void Aspose::Cells::PageSetup::SetEvenFooter(int32_t section, const U16String &footerScript)
ParameterTypeDescription
sectionint32_t0: Left Section, 1: Center Section, 2: Right Section.
footerScriptconst U16String&Footer format script.

See Also

PageSetup::SetEvenFooter(int32_t, const char16_t*) method

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

void Aspose::Cells::PageSetup::SetEvenFooter(int32_t section, const char16_t *footerScript)
ParameterTypeDescription
sectionint32_t0: Left Section, 1: Center Section, 2: Right Section.
footerScriptconst char16_t*Footer format script.

See Also