Skip to main content
Row

ExternalDefinedName.Name Property

Obtains the name defined in the external workbook.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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