Print Entire workbook

Posted by: aruiz on 9 November 2020, 7:39 am EST

    • Post Options:
    • Link

    Posted 9 November 2020, 7:39 am EST - Updated 30 September 2022, 4:25 am EST

    Hi,

    Currently I got a Fspread Instance with multiple sheets. And I need to show a print dialog were the user can select the sheets that he needs to print or the entire workbook as previous versions of of this component.

    Image bellow

    I need that last part of selection.

    But you can only print a given sheet with his code:

    
                this.ActiveSheet.PrintInfo = new PrintInfo();
                this.ActiveSheet.PrintInfo.ShowPrintDialog = true;
    
                this.PrintSheet(this.ActiveSheet);
    
    

    Is there a way to open a PrintDialog with those options or to print the entire workbook?

  • Posted 10 November 2020, 2:03 am EST

    Hi,

    I would suggest you to refer the following post that discusses similar requirement: https://www.grapecity.com/forums/spread-winforms/printing-a-multi-sheet-wor

    Regards,

    Ruchir

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels