IUsedNameSet.TableNames Property
Provides access to the set of names assigned to tables in the destination workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
HashSet<String> | A set of table names. |
See Also