Aspose::Cells::PageSetup::SetFirstPageFooter method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
section | int32_t | 0: Left Section, 1: Center Section, 2: Right Section. |
footerScript | const U16String& | Footer format script. |
See Also
- Class Vector
- Class U16String
- Class PageSetup
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
section | int32_t | 0: Left Section, 1: Center Section, 2: Right Section. |
footerScript | const char16_t* | Footer format script. |
See Also
- Class Vector
- Class PageSetup
- Namespace Aspose::Cells
- Library Aspose.Cells for C++