'DeclarationPublic Overloads Sub Print( _ ByVal showPrintDialog As System.Boolean _ )
'UsageDim 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.