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

ExternalDefinedName.RefersTo Property

Obtains a string that specifies a cell, cell range, formula or constant to which the defined name of the external workbook refers.

Namespace: DevExpress.Spreadsheet

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

Declaration

string RefersTo { get; }

Property Value

Type Description
String

A String value that specifies a cell reference, formula or constant associated with the defined name.

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.

Review the DefinedName.RefersTo topic for more information on defined names in a workbook.

See Also