How can I modify SpreadSheetGear's PrintPreview window (.NET)?
Posted
by InvaderZim
on Stack Overflow
See other posts from Stack Overflow
or by InvaderZim
Published on 2009-01-23T11:59:26Z
Indexed on
2010/05/19
6:20 UTC
Read the original article
Hit count: 329
Spreadsheetgear provides ability to create PrintPreview window - using WorkbookView.PrintPreview()
.
But it seems impossible to modify that window. That function returns void and there are no properties to control the visual content of that window.
Please, say me I'm wrong.... Have I missed something?
© Stack Overflow or respective owner