| title | workbookIcon resource type |
|---|---|
| description | Represents a cell icon. |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | excel |
| author | ruoyingl |
| ms.date | 07/17/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a cell icon.
| Method | Return Type | Description |
|---|---|---|
| Get | workbookIcon | Read the properties and relationships of a workbookIcon object. |
| Update | workbookIcon | Update a workbookIcon object. |
| 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. |
None
The following JSON representation shows the resource type.
{
"index": 1024,
"set": "string"
}