Dimension
オペレーションを適用するディメンションを示します。
列挙型 |
DIMENSION_UNSPECIFIED |
デフォルト値は使用しません。 |
ROWS |
シートの行を操作します。 |
COLUMNS |
シートの列を操作します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 2024-09-03 UTC。"],[[["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"]]