Skip to main content

ExcelSourceOptions(ExcelSettingsBase) Constructor

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

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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