Skip to main content
Row

IUsedNameSet.TableNames Property

Provides access to the set of names assigned to tables in the destination workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

HashSet<string> TableNames { get; }

Property Value

Type Description
HashSet<String>

A set of table names.

See Also