DimensionRange
工作表中沿单个维度的数据范围。所有索引均从零开始。索引是半开的:起始索引包含边界值,结束索引不包含边界值。如果缺少索引,则表明相应范围在这一侧没有界限。
JSON 表示法 |
{
"sheetId": integer,
"dimension": enum (Dimension ),
"startIndex": integer,
"endIndex": integer
} |
字段 |
sheetId |
integer
此 span 所在的工作表。
|
dimension |
enum (Dimension )
跨度的尺寸。
|
startIndex |
integer
时段的开始时间(包括该时间),如果无界时段,则不设置。
|
endIndex |
integer
范围结束(不含边界值);如果无界限,则未设置。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-15。
[null,null,["最后更新时间 (UTC):2024-10-15。"],[[["A `GridRange` defines a range within a sheet using sheet ID, dimension, and start/end indexes."],["Indexes are zero-based and half-open, meaning the start index is included, and the end index is excluded."],["Missing start or end indexes imply the range is unbounded on the corresponding side."],["`GridRange` is represented in JSON format using `sheetId`, `dimension`, `startIndex`, and `endIndex` properties."]]],[]]