workbookIcon resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a cell icon.
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. 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": 1024,
"set": "string"
}