Page 1 of 1

How to Select Landscape orientation in page setup

Posted: Wed Aug 07, 2019 11:02 pm
by luisgerman
Hello:
Using XLSSpreadSheetAdvanced demo, On page setup menu, how to select or set Landscape orientation?.
Is there any way to specify percent scale?

Re: How to Select Landscape orientation in page setup

Posted: Mon Aug 12, 2019 8:07 am
by larsa
Hello

The demo is just a demo. You have to add this yourself.
Example:

Code: Select all

  FXSS.XLS[0].PrintSettings.Options := FXSS.XLS[0].PrintSettings.Options - [psoPortrait];
If you want to zoom, use:

Code: Select all

FXSS.XLS[0].Zoom := 50;