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

SpreadsheetBeforeImportEventArgs(DocumentFormat, IImporterOptions) Constructor

Initializes a new instance of the SpreadsheetBeforeImportEventArgs class with the specified settings.

Namespace: DevExpress.Spreadsheet

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

Declaration

public SpreadsheetBeforeImportEventArgs(
    DocumentFormat documentFormat,
    IImporterOptions options
)

Parameters

Name Type Description
documentFormat DocumentFormat

A DocumentFormat enumeration member specifying the format of the document that will be imported.

options IImporterOptions

An IImporterOptions object containing import options.

Remarks

The SpreadsheetBeforeImportEventArgs is created automatically and passed to the handler of the SpreadsheetControl.BeforeImport event.

See Also