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

ExcelTableSettings.TableName Property

Gets or sets the name of the table from which data is imported.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v20.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public string TableName { get; set; }

Property Value

Type Description
String

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

See Also