Skip to main content
Row

Workbook.Print Method

Name Parameters Description
Print() none

Prints the document to the default printer.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

Print(PrinterSettings, IEnumerable<String>) printerSettings, sheetNames

Defines printer settings and prints the specified sheets.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

Print(PrinterSettings, String[]) printerSettings, sheetNames

Defines printer settings and prints the specified sheets.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

Print(PrinterSettings) printerSettings

Prints the document using the specified printer settings.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.