SpreadsheetGear 2023
Print(Boolean) Method


SpreadsheetGear.Windows.Controls Namespace > WorkbookView Class > Print Method : Print(Boolean) Method
Specifies whether the print dialog should be displayed before printing.
Prints the active sheet.
Syntax
'Declaration
 
Public Overloads Sub Print( _
   ByVal showPrintDialog As System.Boolean _
) 
'Usage
 
Dim instance As WorkbookView
Dim showPrintDialog As System.Boolean
 
instance.Print(showPrintDialog)
public void Print( 
   System.bool showPrintDialog
)

Parameters

showPrintDialog
Specifies whether the print dialog should be displayed before printing.
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

WorkbookView Class
WorkbookView Members
Overload List
Print(PrintWhat,Boolean) Method
PrintPreview Method
PrintPreview(PrintWhat) Method
ActiveSheet Property
PageSetup Property