Skip to main content
A newer version of this page is available. .

SpreadsheetExportOptions Class

Contains options used for saving (exporting) documents.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v18.2.dll

Declaration

public class SpreadsheetExportOptions :
    SpreadsheetOptionsBase<WorkbookExportOptions>

The following members return SpreadsheetExportOptions objects:

Remarks

The SpreadsheetExportOptions class instance is accessible by using the SpreadsheetControlOptions.Export property.

Inheritance

Object
DispatcherObject
DependencyObject
ContentElement
FrameworkContentElement
DevExpress.Xpf.Spreadsheet.SpreadsheetOptionsBase<WorkbookExportOptions>
SpreadsheetExportOptions
See Also