Spread WPF Documentation
PrintWithoutPrintDialog(Int32) Method
Example 


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)
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.