Back to Devexpress

WorksheetPrintOptions.NumberOfCopies Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheetprintoptions-6b14ee26.md

latest1.6 KB
Original Source

WorksheetPrintOptions.NumberOfCopies Property

Gets or sets the number of worksheet copies to print.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int NumberOfCopies { get; set; }
vb
Property NumberOfCopies As Integer

Property Value

TypeDescription
Int32

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

WorksheetPrintOptions Interface

WorksheetPrintOptions Members

DevExpress.Spreadsheet Namespace