[C#] Excel Print Dialog

S

Shadow24

I'm trying to find out the lines of code to open the Excel print dialog on a
chart. I figure there is some way to do it since I can get to it by pressing
"Print..." when I have the print preview automatically opened
{xlChart.PrintPreview([bool]);}. I'm trying to do this on an Excel chart,
though i would imagine it's the same when you do it on a worksheet or
something...

Thanks for any help!! :)
 
Top