Back to Devexpress

SpreadsheetControlOptions.Print Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontroloptions-ff4f22ef.md

latest2.0 KB
Original Source

SpreadsheetControlOptions.Print Property

Provides access to options used to generate and preview a printed document in the SpreadsheetControl.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public SpreadsheetPrintOptions Print { get; }
vb
Public ReadOnly Property Print As SpreadsheetPrintOptions

Property Value

TypeDescription
SpreadsheetPrintOptions

A SpreadsheetPrintOptions object containing options for previewing and printing a document in the SpreadsheetControl.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Print
SpreadsheetControl

.Options .Print

|

Remarks

Use the Print property to select the type of Print Preview window to be displayed by default and specify the rendering mode (GDI or GDI+) of a printed document.

The Print property is accessible via the SpreadsheetControl.Options property.

See Also

SpreadsheetControlOptions Class

SpreadsheetControlOptions Members

DevExpress.XtraSpreadsheet Namespace