Search
WorkbookPrinter Constructor (IWin32Window)
See Also
 






Initializes a new instance of the WorkbookPrinter class with the specified owner window.

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

 Syntax

C#  Copy Code

public WorkbookPrinter (
    IWin32Window owner
)

Visual Basic  Copy Code

Public New ( _
    owner As IWin32Window _
)

 Parameters

owner

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