Search
WorkbookPrinter.Print Method (Workbook)
See Also
 






Displays the standard print dialog and prints the specified workbook.

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

 Syntax

C#  Copy Code

public void Print (
    Workbook workbook
)

Visual Basic  Copy Code

Public Sub Print( _
    workbook As Workbook _
)

 Parameters

workbook

The workbook to print.

 See Also