You've already forked lazarus-ccr
fpspreadsheet: Add headers and footers to the pagelayout record, implemented for all Excel formats (reading & writing).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4104 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -2408,6 +2408,8 @@ end;
|
||||
Initializes the fields of a TsPageLayout record
|
||||
-------------------------------------------------------------------------------}
|
||||
procedure InitPageLayout(out APageLayout: TsPageLayout);
|
||||
var
|
||||
i: Integer;
|
||||
begin
|
||||
with APageLayout do begin
|
||||
Orientation := spoPortrait;
|
||||
@@ -2425,6 +2427,8 @@ begin
|
||||
FitHeightToPages := 0;
|
||||
Copies := 1;
|
||||
Options := [];
|
||||
for i:=0 to 2 do Headers[i] := '';
|
||||
for i:=0 to 2 do Footers[i] := '';
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user