Skip to main content

IXlTable.Name Property

Gets or sets the table name.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

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