Back to Devexpress

ExcelSettingsBase Class

corelibraries-devexpress-dot-dataaccess-dot-excel-f8176b08.md

latest2.0 KB
Original Source

ExcelSettingsBase Class

Serves as the base for classes containing settings used to import data from the Microsoft Excel workbook.

Namespace : DevExpress.DataAccess.Excel

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public abstract class ExcelSettingsBase :
    ICloneable
vb
Public MustInherit Class ExcelSettingsBase
    Implements ICloneable

The following members return ExcelSettingsBase objects:

Remarks

The ExcelSourceOptions.ImportSettings property exposed by the ExcelSourceOptions class allows you to specify the approach used to import data from a workbook. For instance, you can select all data from the specified worksheet or specify the required cell range. To import data from the workbook, create the required ExcelSettingsBase object descendant and specify its settings.

Inheritance

Object ExcelSettingsBase ExcelDefinedNameSettings

ExcelTableSettings

ExcelWorksheetSettings

See Also

ExcelSettingsBase Members

DevExpress.DataAccess.Excel Namespace