Returns the footer for a given page, considering if there are differences in even/odd pages or the first page.
Syntax
Unit: FlexCel.Core
function THeaderAndFooter.GetFooter(const currentPage: Integer): string;
Parameters
<-> |
Parameter |
Type |
Description |
const |
currentPage |
Integer |
Page for which you want the footers (1 based) |
See also