workbookIcon 资源类型
命名空间:microsoft.graph
表示 Excel 工作簿中单元格中的图标。
方法
方法 | 返回类型 | 说明 |
---|---|---|
Get | workbookIcon | 读取 workbookIcon 对象的属性和关系。 |
更新 | workbookIcon | 更新 workbookIcon 对象。 |
属性
属性 | 类型 | 说明 |
---|---|---|
index | int | 给定集中图标的索引。 |
set | string | 图标所属的集。 可能的值为:Invalid 、、ThreeArrows 、ThreeFlags ThreeSymbols2 ThreeArrowsGray ThreeTrafficLights2 ThreeSymbols ThreeTrafficLights1 ThreeSigns 、FourArrowsGray FourRating FiveArrows FourTrafficLights FourRedToBlack FourArrows FiveArrowsGray 、FiveRating 、、FiveQuarters 、ThreeStars 、 。 FiveBoxes ThreeTriangles |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"index": "int",
"set": "string"
}