WorksheetPrintOptions.NumberOfCopies Property
Gets or sets the number of worksheet copies to print.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
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