Spread WPF Documentation
PrintWithoutPrintDialog() Method
Example 


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()
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.