Class Banding
バンドリング
範囲の行または列に適用される色パターンであるバンドにアクセスして変更します。各バンドは、範囲と、行、列、ヘッダー、フッターの色のセットで構成されます。
詳細なドキュメント
copyTo(range)
このバンドを別の範囲にコピーします。
パラメータ
名前 | 型 | 説明 |
range | Range | このバンドルをコピーする範囲。 |
戻る
Banding
- 新しいバンド。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getFirstColumnColorObject()
バンド内の最初の交互列の色を返します。色が設定されていない場合は null
を返します。
戻る
Color
- バンド内の最初の交互列の色。色が設定されていない場合は null
。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getFirstRowColorObject()
交互の行の最初の色を返します。色が設定されていない場合は null
を返します。
戻る
Color
- バンド内の最初の交互行の色。色が設定されていない場合は null
。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getHeaderColumnColorObject()
バンド内の最初の列の色を返します。色が設定されていない場合は null
を返します。
戻る
Color
- バンド内の最初の列の色。色が設定されていない場合は null
。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getRange()
このバンディングの範囲を返します。
戻る
Range
- このバンドの範囲。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getSecondColumnColorObject()
バンド内の 2 番目の交互列の色を返します。色が設定されていない場合は null
を返します。
戻る
Color
- バンド内の 2 番目の交互列の色。色が設定されていない場合は null
です。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getSecondRowColorObject()
2 番目の交互行の色を返します。色が設定されていない場合は null
を返します。
戻る
Color
- バンド内の 2 番目の交互行の色。色が設定されていない場合は null
です。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
remove()
この縞模様を削除します。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setFirstColumnColor(color)
交互表示される最初の列の色を設定します。
パラメータ
名前 | 型 | 説明 |
color | String | CSS 表記の色コード('#ffffff' や 'white' など)または null (色を消去) |
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setFirstColumnColorObject(color)
バンド内の最初の交互列の色を設定します。
パラメータ
名前 | 型 | 説明 |
color | Color | バンド内の新しい最初の交互列の色。null に設定すると色が消去されます。 |
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setFirstRowColor(color)
交互に表示される最初の行の色を設定します。
パラメータ
名前 | 型 | 説明 |
color | String | CSS 表記の色コード('#ffffff' や 'white' など)または null (色を消去) |
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setFirstRowColorObject(color)
バンド内の最初の交互行の色を設定します。
パラメータ
名前 | 型 | 説明 |
color | Color | バンディングの新しい最初の交互色。null に設定すると色が消去されます。 |
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setHeaderColumnColor(color)
ヘッダー列の色を設定します。
パラメータ
名前 | 型 | 説明 |
color | String | CSS 表記の色コード('#ffffff' や 'white' など)または null (色を消去) |
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setHeaderColumnColorObject(color)
ヘッダー列の色を設定します。
パラメータ
名前 | 型 | 説明 |
color | Color | 新しいヘッダー列の色。null に設定すると色が消去されます。 |
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setRange(range)
このバンドングの範囲を設定します。
パラメータ
名前 | 型 | 説明 |
range | Range | このバンドルの新しい範囲。 |
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setSecondColumnColor(color)
交互に表示される 2 番目の列の色を設定します。
パラメータ
名前 | 型 | 説明 |
color | String | CSS 表記の色コード('#ffffff' や 'white' など)または null (色を消去) |
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setSecondColumnColorObject(color)
バンド内の 2 番目の交互列の色を設定します。
パラメータ
名前 | 型 | 説明 |
color | Color | バンド内の新しい 2 番目の交互列の色。null に設定すると色が消去されます。 |
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setSecondRowColor(color)
交互に表示される 2 行目の色を設定します。
パラメータ
名前 | 型 | 説明 |
color | String | CSS 表記の色コード('#ffffff' や 'white' など)または null (色を消去) |
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setSecondRowColorObject(color)
バンド内の 2 番目の交互色を設定します。
パラメータ
名前 | 型 | 説明 |
color | Color | バンディングの新しい 2 つ目の交互色。null に設定すると色が消去されます。 |
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
サポート終了のメソッド
getFirstColumnColor()
非推奨。getFirstColumnColorObject()
に置き換え
交互に表示される最初の列の色を返します。色が設定されていない場合は null
を返します。
戻る
String
- CSS 記法のカラーコード('#ffffff'
や 'white'
など)。色が設定されていない場合は null
です。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getFirstRowColor()
非推奨。getFirstRowColorObject()
に置き換え
交互に表示される最初の行の色を返します。色が設定されていない場合は null
を返します。
戻る
String
- CSS 記法のカラーコード('#ffffff'
や 'white'
など)。色が設定されていない場合は null
です。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getHeaderColumnColor()
非推奨。getHeaderColumnColorObject()
に置き換え
ヘッダー列の色を返します。色が設定されていない場合は null
を返します。
戻る
String
- CSS 記法のカラーコード('#ffffff'
や 'white'
など)。色が設定されていない場合は null
です。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
非推奨。getHeaderRowColorObject()
に置き換え
ヘッダー行の色を返します。色が設定されていない場合は null
を返します。
戻る
String
- CSS 記法のカラーコード('#ffffff'
や 'white'
など)。色が設定されていない場合は null
です。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getSecondColumnColor()
非推奨。getSecondColumnColorObject()
に置き換え
交互に表示される 2 番目の列の色を返します。色が設定されていない場合は null
を返します。
戻る
String
- HEX 色。色が設定されていない場合は null
。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getSecondRowColor()
非推奨。getSecondRowColorObject()
に置き換え
交互になっている 2 行目の色を返します。色が設定されていない場合は null
を返します。
戻る
String
- CSS 記法のカラーコード('#ffffff'
や 'white'
など)。色が設定されていない場合は null
です。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-03 UTC。
[null,null,["最終更新日 2024-12-03 UTC。"],[[["The `Banding` class in Google Apps Script controls color banding for rows or columns within a Google Sheet range."],["It provides methods for setting colors of alternating rows/columns, headers, and footers using color codes or `Color` objects."],["You can manage the range associated with the banding, including copying it to a new range or removing it entirely."],["Several methods returning color values as strings are deprecated; use the corresponding `Color` object methods instead."],["All methods require authorization with specific scopes to access and modify the spreadsheet's banding."]]],[]]