MindFusion.Wpf Pack Programmer's Guide
Printing and Print Preview

To print or preview a workbook, create and instance of the WorkbookPrinter class, set the appropriate properties and call the Print or PrintPreview methods respectively. The range of the printed worksheets can be restricted through the FromWorksheet and ToWorksheet properties. The page ordering can be specified through the PageOrder property. The grid lines and interactive objects can be enabled or disabled through the EnableGridLines and EnableObjects properties respectively. The output scale can be customized through Scale. Note, that the print and preview is affected by rows and column with PageBreak set to true.