Back to Devexpress

SpreadsheetControl.ShowPrintDialog() Method

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontrol-1eff259f.md

latest2.1 KB
Original Source

SpreadsheetControl.ShowPrintDialog() Method

Invokes the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public void ShowPrintDialog()
vb
Public Sub ShowPrintDialog

Remarks

You can also use the SpreadsheetControl.Print method to print the document directly to the default printer. The SpreadsheetControl.ShowPrintPreview and SpreadsheetControl.ShowRibbonPrintPreview methods enable you to preview the printout.

For more information on printing technique in the SpeadsheetControl, refer to the Printing topic.

See Also

Print

ShowRibbonPrintPreview()

ShowPrintPreview()

How to: Specify Print Settings

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.XtraSpreadsheet Namespace