Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SpreadsheetBeforeImportEventArgs.Options Property

Provides access to options specific to import.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public IImporterOptions Options { get; }

Property Value

Type Description
IImporterOptions

An IImporterOptions descendant containing options specific to import.

Remarks

Handle the SpreadsheetControl.BeforeImport event and specify options for import.

See Also