'Declaration Public Overloads Sub PrintSheet( _ ByVal sheet As Integer, _ ByVal newThread As Boolean _ )
Parameters
- sheet
- Index of sheet to print; -1 for all sheets
- newThread
- True to create a new thread for the print job, or false to print the sheet in the UI thread.