Search
WorkbookPrinter.PrintPreview Method (Workbook, PrintDocument)
See Also
 






Displays the standard print preview form for the specified workbook.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void PrintPreview (
    Workbook workbook,
    PrintDocument printDocument
)

Visual Basic  Copy Code

Public Sub PrintPreview( _
    workbook As Workbook, _
    printDocument As PrintDocument _
)

 Parameters

workbook

The workbook to preview.

printDocument

The PrintDocument to use for the preview.

 See Also