TXlsFile.SetPageHeaderAndFooter Method
This method will set all the headers and footers in a sheet. If you want a simple header or footer for all the pages, you might want to use TExcelFile.PageHeader and TExcelFile.PageFooter
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsFile.SetPageHeaderAndFooter(const headerAndFooter: THeaderAndFooter); override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
headerAndFooter |
THeaderAndFooter |
Structure with the headers and footers definition. |
See also