Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.67 KB

File metadata and controls

65 lines (48 loc) · 1.67 KB
title workbookIcon resource type
description Represents a cell icon.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice excel
author ruoyingl
toc.title Icon
ms.date 07/30/2024

workbookIcon resource type

Namespace: microsoft.graph

Represents an icon in a cell in an Excel workbook.

Methods

Method Return Type Description
Get workbookIcon Read the properties and relationships of a workbookIcon object.
Update workbookIcon Update a workbookIcon object.

Properties

Property Type Description
index int The index of the icon in the given set.
set string The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "index": "int",
  "set": "string"
}