You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Represents a defined name for a range of cells or value. Names can be primitive named objects (as seen in the type below), range object, reference to a range. This object can be used to obtain range object associated with names.
ms.localizationpriority
medium
author
ruoyingl
ms.subservice
excel
doc_type
resourcePageType
toc.title
Named item
ms.date
07/30/2024
workbookNamedItem resource type
Namespace: microsoft.graph
Represents a defined name for a range of cells or value. Names can be primitive named objects (as seen in the type below), range object, reference to a range. This object can be used to obtain range object associated with names.
Return the range object that is associated with the workbookNamedItem object. Throw an exception if the workbookNamedItem object's type is not a range.
Properties
Property
Type
Description
comment
String
The comment associated with this name.
name
String
The name of the object. Read-only.
scope
String
Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only.
type
String
The type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.
value
String
The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.