I'd like to print specific page range of first sheet to pdf
ex) FromPage = 5; ToPage = 10
I've already tried "Silently Print Excel Documents in C# and VB.NET" code in your site, but not work.
Print total page out.
I appreciate your help.
settings.PrintRange = PrintRange.SomePages;