Skip to main content
A newer version of this page is available. .
Row

WorksheetPrintOptions.NumberOfCopies Property

Gets or sets the number of worksheet copies to print.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

int NumberOfCopies { get; set; }

Property Value

Type Description
Int32

A positive integer that is a number of copies to print.

Property Paths

You can access this nested property as listed below:

Object Type Path to NumberOfCopies
Worksheet
.PrintOptions.NumberOfCopies

Remarks

Note

The NumberOfCopies option is not taken into account when printing a document from the Spreadsheet components, and is retained only for backward compatibility.

See Also