4.00.10

Latest version news and what is changed.
Post Reply
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

4.00.10

Post by larsa »

+ Multiple print areas can now be defined. In order to define more than one area, separate the areas with the ListSeparator character.
Example:

Code: Select all

  with XLS.InternalNames.Add do begin
    BuiltInName := bnPrintArea;
    Definition := 'Sheet1!$A$1:$D$10' + ListSeparator + 'Sheet1!$A$12:$D$20';
  end;
! Some files with metafile pictures where not correct written.
! Combo boxes didn't work.
Lars Arvidsson, Axolot Data
Post Reply