Aspose::Cells::PageSetup::SetFirstPageFooter method

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

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

void Aspose::Cells::PageSetup::SetFirstPageFooter(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::SetFirstPageFooter(int32_t, const char16_t*) method

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

void Aspose::Cells::PageSetup::SetFirstPageFooter(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