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

IXlTable.Name Property

Gets or sets the table name.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

string Name { get; set; }

Property Value

Type Description
String

A String value that specifies the name of the table.

Remarks

When you create tables, default names (Table1, Table2, etc.) are automatically assigned to them. However, you can use the Name property to change a table name and make it more understandable. Note that tables have unique names in the workbook.

See Also