DefinedName.Range Property
Gets or sets a cell range to which the defined name refers.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
Cell |
A Cell |
#Remarks
Use the Range property to obtain an object that specifies a cell range associated with the defined name. If a defined name refers to a formula or constant, the Range property returns null (Nothing in VB). If a defined name refers to a relative range, the Range property gets a cell range relative to the A1 cell. For more information on defined names, see the Defined Names document.
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Range property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.