MindFusion WinForms Programmer's Guide
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

Print Method Overload List
WorkbookPrinter Members
WorkbookPrinter Class
MindFusion.Spreadsheet Namespace