Page Setup Custom Scaling?

I've attached a screen shot of the Print Setup dialog inside of Excel. As you can see I have the settings set to use:
Fit 2 page(s) wide by 1 tall.

I've seen FitToPagesWide and FitToPagesTall and they work as intended. But I need to set the scaling like above within the code and I haven't found that option inside of Aspose yet.

I looked under Sheet.PageSetup but didn't find the option.

Is there somewhere else I can look? I have the latest version.

Looks like my image didn't upload, but it's the same dialog as:

http://excel.tips.net/T002841_Scaling_Your_Printing.html

Hi,

Thanks for your question and considering Aspose.Cells for .NET.

Please try worksheet.PageSetup.Zoom and see if it works for you.