Microsoft Excel · JSON Structure

Excel Graph Api Named Item Structure

Represents a defined name for a cell range or value.

Type: object Properties: 4
AutomationData AnalysisMicrosoftMicrosoft 365OfficeSpreadsheets

NamedItem is a JSON Structure definition published by Microsoft Excel, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name type value visible

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/microsoft-excel/refs/heads/main/json-structure/excel-graph-api-named-item-structure.json",
  "name": "NamedItem",
  "description": "Represents a defined name for a cell range or value.",
  "type": "object",
  "properties": {
    "name": { "type": "string", "description": "The name of the named item." },
    "type": { "type": "string", "description": "The type of the named item." },
    "value": { "type": "string", "description": "The formula or range reference." },
    "visible": { "type": "boolean", "description": "Whether the named item is visible." }
  }
}