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

ExcelSourceOptions(ExcelSettingsBase) Constructor

Initializes a new instance of the ExcelSourceOptions class with the specified import settings.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ExcelSourceOptions(
    ExcelSettingsBase importSettings
)

Parameters

Name Type Description
importSettings ExcelSettingsBase

A ExcelSettingsBase descendant containing settings used to import data from the Microsoft Excel workbook.

See Also