Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
c# code to preview an excel spread sheet before printing or open a excel sheet in preview mode
Posted

1 solution

You can use Interop to command the Excel to show the print preview by using Worksheet.PrintPreview Method[^]

Few articles about interop, you could find interesting:
- Opening and Navigating Excel with C#[^]
- Summarize C# Control Excel Skills[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900