Given a Page Header or footer string including macros (like [FileName] or [PageNo]), this method will return the strings that go into the left, right and middle sections.
Syntax
Unit: FlexCel.Core
procedure TExcelFile.FillPageHeaderOrFooter(const fullText: string; var leftText: string; var centerText: string; var rightText: string); virtual; abstract;
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
fullText |
string |
Header or footer text. |
| var |
leftText |
string |
Text that should be left justified. |
| var |
centerText |
string |
Text that should be centered. |
| var |
rightText |
string |
Text that should be right justified. |
See also