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

ExternalDefinedName.Name Property

Obtains the name defined in the external workbook.

Namespace: DevExpress.Spreadsheet

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

Declaration

string Name { get; }

Property Value

Type Description
String

A String value that specifies a name by which a cell, cell range, formula or constant can be referred.

Remarks

External workbooks are contained in the IWorkbook.ExternalWorkbooks collection. External defined names are accessible by using the ExternalWorkbook.DefinedNames and the ExternalWorksheet.DefinedNames properties.

Refer to the DefinedName.Name topic for more information on defined names in a workbook.

See Also