SpreadsheetGear 2023
WorkbookPrintDocument Constructor(ISheet,PrintWhat)


SpreadsheetGear.Drawing.Printing Namespace > WorkbookPrintDocument Class > WorkbookPrintDocument Constructor : WorkbookPrintDocument Constructor(ISheet,PrintWhat)
Syntax
'Declaration
 
Public Function New( _
   ByVal sheet As ISheet, _
   ByVal printWhat As PrintWhat _
)
'Usage
 
Dim sheet As ISheet
Dim printWhat As PrintWhat
 
Dim instance As New WorkbookPrintDocument(sheet, printWhat)
public WorkbookPrintDocument( 
   ISheet sheet,
   PrintWhat printWhat
)

Parameters

sheet
printWhat
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookPrintDocument Class
WorkbookPrintDocument Members
Overload List