workbookIcon resource type

Namespace: microsoft.graph

Represents an icon in a cell in an Excel workbook.

Methods

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

Properties

Property Type Description
index int Represents the index of the icon in the given set.
set string Represents 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"
}