This is a migrated thread and some comments may be shown as answers.

WorksheetPageSetup to print on one page

2 Answers 172 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
JC
Top achievements
Rank 1
JC asked on 23 Jun 2016, 03:17 PM

Hello

I'm dealing with the worksheetPageSetup in order to print my worksheet on only one page like it could be done in C# with excel interop like this

PageSetup.Zoom = false;
    PageSetup.FitToPagesWide = 1;
    PageSetup.FitToPagesTall = 1;
    PageSetup.Orientation = Microsoft.Office.Interop.Excel.XlPageOrientation.xlLandscape;

I found

worksheet.WorksheetPageSetup.PageOrientation = PageOrientation.Landscape

but I can't find how to do

PageSetup.Zoom = false;
PageSetup.FitToPagesWide = 1;
PageSetup.FitToPagesTall = 1;

with spreadsheet

Do you know how can I have the same issue with spreadsheet ?

thanks

regards

J-Christophe EICHENBERGER

2 Answers, 1 is accepted

Sort by
0
Tanya
Telerik team
answered on 27 Jun 2016, 12:44 PM
Hi J-Christophe Eichenberger,

RadSpreadsheet doesn't support these settings and we have already logged a feature request to implement them. You could vote for the implementation and subscribe to receive updates for status changes on it through the related public item.

Regards,
Tanya
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
JC
Top achievements
Rank 1
answered on 29 Jun 2016, 07:31 AM

Hello Tanya

Thanks for your answer, I vote for the implementation.

Unfortunately, as it could be done with microsoft interop, my customers ask me to rewrite my development using microsoft interop instead of telerik.

Regards

J-Christophe EICHENBERGER

Tags
Spreadsheet
Asked by
JC
Top achievements
Rank 1
Answers by
Tanya
Telerik team
JC
Top achievements
Rank 1
Share this question
or