Skip to main content

ExcelTableSettings(String) Constructor

Initializes a new instance of the ExcelTableSettings class.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public ExcelTableSettings(
    string tableName
)

Parameters

Name Type Description
tableName String

A String value that specifies the name of the table from which data is imported.

See Also