Back to Devexpress

ExcelTableSettings Class

corelibraries-devexpress-dot-dataaccess-dot-excel-1deb324d.md

latest1.7 KB
Original Source

ExcelTableSettings Class

Contains options used to select data from the specified table.

Namespace : DevExpress.DataAccess.Excel

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public sealed class ExcelTableSettings :
    ExcelSettingsBase
vb
Public NotInheritable Class ExcelTableSettings
    Inherits ExcelSettingsBase

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 select data from the predefined table, create the ExcelTableSettings object and specify the table name using the ExcelTableSettings.TableName property.

Inheritance

Object ExcelSettingsBase ExcelTableSettings

See Also

ExcelTableSettings Members

DevExpress.DataAccess.Excel Namespace