Back to Devexpress

IUsedNameSet.TableNames Property

officefileapi-devexpress-dot-spreadsheet-dot-iusednameset-8a8f732e.md

latest1.1 KB
Original Source

IUsedNameSet.TableNames Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
HashSet<string> TableNames { get; }
vb
ReadOnly Property TableNames As HashSet(Of String)

Property Value

TypeDescription
HashSet<String>

A set of table names.

|

See Also

IUsedNameSet Interface

IUsedNameSet Members

DevExpress.Spreadsheet Namespace