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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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