Dimension
列舉 |
DIMENSION_UNSPECIFIED |
預設值,不使用。 |
ROWS |
用於處理工作表列。 |
COLUMNS |
用於工作表的欄。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-03 (世界標準時間)。
[null,null,["上次更新時間: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"]]