officefileapi-devexpress-dot-xtraspreadsheet-3a7f8050.md
Provides access to options that control how the printed document is generated and previewed.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
[ComVisible(true)]
public class SpreadsheetPrintOptions :
WorkbookPrintOptions
<ComVisible(True)>
Public Class SpreadsheetPrintOptions
Inherits WorkbookPrintOptions
The following members return SpreadsheetPrintOptions objects:
An instance of the SpreadsheetPrintOptions class is accessible via the SpreadsheetControlOptions.Print property.
Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions WorkbookPrintOptions SpreadsheetPrintOptions
See Also