Initializes a new instance of the WorkbookPrinter class with the specified owner window.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public WorkbookPrinter ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The window that will be used as the owner of the print preview dialog, or null (Nothing in Visual Basic), to use the default owner.
See Also