Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ExternalWorkbook.DefinedNames Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

IEnumerable<ExternalDefinedName> DefinedNames { get; }

Property Value

Type Description
IEnumerable<ExternalDefinedName>

A collection of ExternalDefinedName objects.

See Also