Workbook.Print(DXPrinterSettings, String[]) Method
Defines cross-platform printer settings and prints the specified sheets.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
Name | Type | Description |
---|---|---|
printerSettings | DXPrinterSettings | An object that contains printer settings. |
sheetNames | String[] | The names of the sheets to be printed. |
See Also