ExternalWorksheet.DefinedNames Property
In This Article
Gets a collection of defined names for the external worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
IEnumerable<ExternalDefinedName> DefinedNames { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<External |
A list of External |
See Also