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






Prints the specified workbook using the specified print document.

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

 Syntax

C#  Copy Code

public void Print (
    Workbook workbook,
    PrintDocument printDocument
)

Visual Basic  Copy Code

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

 Parameters

workbook

The workbook to print.

printDocument

The PrintDocument to use for printing.

 See Also