Hello:
Using XLSSpreadSheetAdvanced demo, On page setup menu, how to select or set Landscape orientation?.
Is there any way to specify percent scale?
How to Select Landscape orientation in page setup
-
- Posts: 3
- Joined: Sun Jul 07, 2019 8:01 pm
Re: How to Select Landscape orientation in page setup
Hello
The demo is just a demo. You have to add this yourself.
Example:
If you want to zoom, use:
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];
Code: Select all
FXSS.XLS[0].Zoom := 50;
Lars Arvidsson, Axolot Data