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

DocumentOptions.Export Property

Provides access to options used to export a workbook to different formats.

Namespace: DevExpress.Spreadsheet

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

Declaration

public WorkbookExportOptions Export { get; }

Property Value

Type Description
WorkbookExportOptions

A WorkbookExportOptions object containing format-specific export options.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Export
WinForms Controls SpreadsheetControl
.Options.Export
Office File API ISpreadsheetComponent
.Options.Export
Workbook
.Options.Export
See Also