workbookRangeView 资源类型
Namespace:microsoft.graph 表示父区域的一组可见单元格。
方法
属性
属性 |
类型 |
说明 |
cellAddresses |
Json |
单元格地址。 |
columnCount |
Int32 |
可见列的数目。 此为只读属性。 |
formulas |
Json |
A1 样式表示法中的公式。 |
formulasLocal |
Json |
采用 A1 样式表示法、用户语言和数字格式区域设置的公式。 例如,英语中的公式 "=SUM(A1, 1.5)" 在德语中将变为 "=SUMME(A1; 1,5)"。 |
formulasR1C1 |
Json |
表示采用 R1C1 表示法的公式。 |
index |
Int32 |
范围的索引。 |
numberFormat |
Json |
给定单元格的 Excel 数字格式代码。 此为只读属性。 |
rowCount |
Int32 |
可见行数。 此为只读属性。 |
text |
Json |
指定范围的文本值。 Text 值不依赖于单元格宽度。 Excel UI 中发生的 # 符号替换不会影响 API 返回的文本值。 此为只读属性。 |
valueTypes |
Json |
每个单元格的数据类型。 此为只读属性。 可能的值为:Unknown、Empty、String、Integer、Double、Boolean、Error。 |
values |
Json |
指定范围视图的原始值。 返回的数据类型可以是字符串、数字或布尔值。 包含错误的单元格返回错误字符串。 |
关系
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"cellAddresses": "Json",
"columnCount": 1024,
"formulas": "Json",
"formulasLocal": "Json",
"formulasR1C1": "Json",
"index": 1024,
"numberFormat": "Json",
"rowCount": 1024,
"text": "Json",
"valueTypes": "Json",
"values": "Json"
}