'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.