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

SpreadsheetControlOptions.Import Property

Provides access to options used for import a workbook from different formats. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public SpreadsheetImportOptions Import { get; set; }

Property Value

Type Description
SpreadsheetImportOptions

A SpreadsheetImportOptions object containing format-specific import options.

Property Paths

You can access this nested property as listed below:

Object Type Path to Import
SpreadsheetControl
.Options.Import
See Also