Spread WPF Documentation
PrintWithoutPrintDialog(Int32) Method
Example 


GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class > PrintWithoutPrintDialog Method : PrintWithoutPrintDialog(Int32) Method
Prints the sheet without displaying the print dialog.
Syntax
'Declaration
 
Public Overloads Sub PrintWithoutPrintDialog( _
   ByVal sheetIndex As System.Integer _
) 
'Usage
 
Dim instance As GcSpreadSheet
Dim sheetIndex As System.Integer
 
instance.PrintWithoutPrintDialog(sheetIndex)
public void PrintWithoutPrintDialog( 
   System.int sheetIndex
)

Parameters

sheetIndex
Example
This example prints without displaying the print dialog.
GcSpreadSheet1.PrintWithoutPrintDialog(0);
GcSpreadSheet1.PrintWithoutPrintDialog(0)
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members
Overload List