Skip to main content
All docs
V25.1
  • Row

    Workbook.Print(DXPrinterSettings, String[]) Method

    Defines cross-platform printer settings and prints the specified sheets.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Docs.v25.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