TFlexCelPdfExport page order if columns don't fit to one page

Hi,
If my excel is too wide to fit to one page would it be possible to export oages from left-right, top to bottom
instead of current top to bottom - left to right.
with that i could use TPageLayoutDisplay.TwoColumnContinuousLeft and
see my practilly readable in viewer.

Hi,
Yes, you should be able to change that. If using Reports, just change the "Page Order" (in the "Page Layout" tab of the ribbon, Page setup) in the template to be "Over, then down":

If you are using the API, you can use:
xls.PrintOptions = TPrintOptions.LeftToRight | xls.PrintOptions;

1 Like

Thanks,
I was looking that from pdfside, but oc, it's in tXlsFile.
But now I got this.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.