Back to Devexpress

WorksheetPrintOptions.Draft Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheetprintoptions-e31910e4.md

latest2.0 KB
Original Source

WorksheetPrintOptions.Draft Property

Gets or sets a value indicating whether to print the worksheet without graphics.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Draft { get; set; }
vb
Property Draft As Boolean

Property Value

TypeDescription
Boolean

true , to print the worksheet without graphics; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Draft
Worksheet

.PrintOptions .Draft

|

Remarks

Note

Currently, the Draft option is not taken into account when printing a document from the Spreadsheet components. However, this property value is saved to a file, so you can use Microsoft® Excel® or another spreadsheet application to load and print a document.

For more information on print options, see the How to: Specify Print Settings example.

See Also

How to: Specify Print Settings

WorksheetPrintOptions Interface

WorksheetPrintOptions Members

DevExpress.Spreadsheet Namespace