Spread WPF Documentation
PrintWithoutPrintDialog() Method
Example 


GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class > PrintWithoutPrintDialog Method : PrintWithoutPrintDialog() Method
Prints the workbook without displaying the print dialog.
Syntax
'Declaration
 
Public Overloads Sub PrintWithoutPrintDialog() 
'Usage
 
Dim instance As GcSpreadSheet
 
instance.PrintWithoutPrintDialog()
public void PrintWithoutPrintDialog()
Example
This example prints without displaying the print dialog.
GcSpreadSheet1.PrintWithoutPrintDialog();
GcSpreadSheet1.PrintWithoutPrintDialog()
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members
Overload List