Spread WPF Documentation
PrintWithoutPrintDialog(String) Method
Example 


GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class > PrintWithoutPrintDialog Method : PrintWithoutPrintDialog(String) Method
Prints the specified pages without displaying the print dialog.
Syntax
'Declaration
 
Public Overloads Sub PrintWithoutPrintDialog( _
   ByVal pageRange As System.String _
) 
'Usage
 
Dim instance As GcSpreadSheet
Dim pageRange As System.String
 
instance.PrintWithoutPrintDialog(pageRange)
public void PrintWithoutPrintDialog( 
   System.string pageRange
)

Parameters

pageRange
Remarks
Page strings should use a dash between groups of pages and a comma when skipping pages. For example, GcSpreadSheet1.PrintPreview("2-4, 6-8, 10"), means to preview the page from 2 to 4, 6 to 8, and page 10.
Example
This example prints without displaying the print dialog.
GcSpreadSheet1.PrintWithoutPrintDialog("1-2");
GcSpreadSheet1.PrintWithoutPrintDialog("1-2")
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members
Overload List