TExcelFile.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 PageHeader and PageFooter
Syntax
Unit: FlexCel.Core
procedure TExcelFile.SetPageHeaderAndFooter(const headerAndFooter: THeaderAndFooter); virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
headerAndFooter |
THeaderAndFooter |
Structure with the headers and footers definition. |
See also