Skip to main content
Row

ExternalWorkbook.DefinedNames Property

Provides access to a collection of defined names for the external workbook.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

IEnumerable<ExternalDefinedName> DefinedNames { get; }

Property Value

Type Description
IEnumerable<ExternalDefinedName>

A collection of ExternalDefinedName objects.

See Also