Skip to main content
All docs
V24.1
Row

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

public void Print(
    DXPrinterSettings printerSettings,
    params string[] sheetNames
)

Parameters

Name Type Description
printerSettings DXPrinterSettings

An object that contains printer settings.

sheetNames String[]

The names of the sheets to be printed.

See Also