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

DocumentOptions.Import Property

Provides access to options used to import workbooks in different formats.

Namespace: DevExpress.Spreadsheet

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

Declaration

public WorkbookImportOptions Import { get; }

Property Value

Type Description
WorkbookImportOptions

A WorkbookImportOptions object containing various import options.

Property Paths

You can access this nested property as listed below:

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