'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 )
public procedure Print( showPrintDialog: System.Boolean );
public function Print( showPrintDialog : System.boolean );
public: void Print( System.bool showPrintDialog )
public: void Print( System.bool showPrintDialog )
Parameters
- showPrintDialog
- Specifies whether the print dialog should be displayed before printing.