Dimension
枚举 |
DIMENSION_UNSPECIFIED |
默认值,请勿使用。 |
ROWS |
对工作表的行执行操作。 |
COLUMNS |
对工作表的列执行操作。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["Specifies the area an operation affects within a sheet, such as rows or columns."],["Includes options for specifying operations on rows (`ROWS`) and columns (`COLUMNS`), as well as a default `DIMENSION_UNSPECIFIED` option for situations where the dimension is irrelevant."],["Users should avoid the `DIMENSION_UNSPECIFIED` option and select the specific dimension (either `ROWS` or `COLUMNS`) relevant to their needs."]]],["The core content defines an enumeration system for specifying the operational dimension within a sheet. `DIMENSION_UNSPECIFIED` is a placeholder not for use. `ROWS` indicates the operation should apply to the sheet's rows. `COLUMNS` indicates the operation should apply to the sheet's columns. These enums are essential for defining the scope of actions performed on a data sheet.\n"]]