SpreadsheetDocument.Print

Syntax:

Print(<DirectPrinting>)

Parameters:

<DirectPrinting> (optional)

Type: PrintDialogUseMode.
Defines the need to show print dialogue box before printing.
Default value: DontUse.

Description:

It prints spreadsheet document.

Availability:

Thin client, web-client, thick client, Mobile application (client).

Note:

When the spreadsheet document is printed to a PDF file, lines in the document cells can be wrapped somewhat differently from that as displayed on the monitor. This can impact the height of lines for which the automatic height is specified.

Example:

Spreadsheet.Print();

    

1C:Enterprise Developer's Community