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

ExternalWorksheet.DefinedNames Property

Gets a collection of defined names for the external worksheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

IEnumerable<ExternalDefinedName> DefinedNames { get; }

Property Value

Type Description
IEnumerable<ExternalDefinedName>

A list of ExternalDefinedName objects.

See Also