'DeclarationPublic Overloads Sub Print( _ ByVal printWhat As PrintWhat, _ ByVal showPrintDialog As System.Boolean _ )
'UsageDim instance As WorkbookView Dim printWhat As PrintWhat Dim showPrintDialog As System.Boolean instance.Print(printWhat, showPrintDialog)
public void Print( PrintWhat printWhat, System.bool showPrintDialog )
Parameters
- printWhat
 - Specifies what to print.
 - showPrintDialog
 - Specifies whether the print dialog should be displayed before printing.