フィードバックを送信
Class Banding
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
バンドリング
範囲の行または列に適用される色パターンであるバンドにアクセスして変更します。各バンドは、範囲と、行、列、ヘッダー、フッターの色のセットで構成されます。
詳細なドキュメント
copy To(range)
このバンドを別の範囲にコピーします。
パラメータ
名前 型 説明
range
Range
このバンドルをコピーする範囲。
戻る
Banding
- 新しいバンド。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get First Column Color Object()
バンド内の最初の交互列の色を返します。色が設定されていない場合は null
を返します。
戻る
Color
- バンド内の最初の交互列の色。色が設定されていない場合は null
。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get First Row Color Object()
交互の行の最初の色を返します。色が設定されていない場合は null
を返します。
戻る
Color
- バンド内の最初の交互行の色。色が設定されていない場合は null
。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Header Column Color Object()
バンド内の最初の列の色を返します。色が設定されていない場合は null
を返します。
戻る
Color
- バンド内の最初の列の色。色が設定されていない場合は null
。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Range()
このバンディングの範囲を返します。
戻る
Range
- このバンドの範囲。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Second Column Color Object()
バンド内の 2 番目の交互列の色を返します。色が設定されていない場合は null
を返します。
戻る
Color
- バンド内の 2 番目の交互列の色。色が設定されていない場合は null
です。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Second Row Color Object()
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
set First Column Color(color)
交互表示される最初の列の色を設定します。
パラメータ
名前 型 説明
color
String
CSS 表記の色コード('#ffffff'
や 'white'
など)または null
(色を消去)
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set First Column Color Object(color)
バンド内の最初の交互列の色を設定します。
パラメータ
名前 型 説明
color
Color
バンド内の新しい最初の交互列の色。null
に設定すると色が消去されます。
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set First Row Color(color)
交互に表示される最初の行の色を設定します。
パラメータ
名前 型 説明
color
String
CSS 表記の色コード('#ffffff'
や 'white'
など)または null
(色を消去)
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set First Row Color Object(color)
バンド内の最初の交互行の色を設定します。
パラメータ
名前 型 説明
color
Color
バンディングの新しい最初の交互色。null
に設定すると色が消去されます。
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Header Column Color(color)
ヘッダー列の色を設定します。
パラメータ
名前 型 説明
color
String
CSS 表記の色コード('#ffffff'
や 'white'
など)または null
(色を消去)
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Header Column Color Object(color)
ヘッダー列の色を設定します。
パラメータ
名前 型 説明
color
Color
新しいヘッダー列の色。null
に設定すると色が消去されます。
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Range(range)
このバンドングの範囲を設定します。
パラメータ
名前 型 説明
range
Range
このバンドルの新しい範囲。
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Second Column Color(color)
交互に表示される 2 番目の列の色を設定します。
パラメータ
名前 型 説明
color
String
CSS 表記の色コード('#ffffff'
や 'white'
など)または null
(色を消去)
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Second Column Color Object(color)
バンド内の 2 番目の交互列の色を設定します。
パラメータ
名前 型 説明
color
Color
バンド内の新しい 2 番目の交互列の色。null
に設定すると色が消去されます。
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Second Row Color(color)
交互に表示される 2 行目の色を設定します。
パラメータ
名前 型 説明
color
String
CSS 表記の色コード('#ffffff'
や 'white'
など)または null
(色を消去)
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Second Row Color Object(color)
バンド内の 2 番目の交互色を設定します。
パラメータ
名前 型 説明
color
Color
バンディングの新しい 2 つ目の交互色。null
に設定すると色が消去されます。
戻る
Banding
- チェーン用のバンド。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
サポート終了のメソッド
get First Column Color()
非推奨 。get First Column Color Object()
に置き換え
交互に表示される最初の列の色を返します。色が設定されていない場合は null
を返します。
戻る
String
- CSS 記法のカラーコード('#ffffff'
や 'white'
など)。色が設定されていない場合は null
です。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get First Row Color()
非推奨 。get First Row Color Object()
に置き換え
交互に表示される最初の行の色を返します。色が設定されていない場合は null
を返します。
戻る
String
- CSS 記法のカラーコード('#ffffff'
や 'white'
など)。色が設定されていない場合は null
です。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Header Column Color()
非推奨 。get Header Column Color Object()
に置き換え
ヘッダー列の色を返します。色が設定されていない場合は null
を返します。
戻る
String
- CSS 記法のカラーコード('#ffffff'
や 'white'
など)。色が設定されていない場合は null
です。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
非推奨 。get Header Row Color Object()
に置き換え
ヘッダー行の色を返します。色が設定されていない場合は null
を返します。
戻る
String
- CSS 記法のカラーコード('#ffffff'
や 'white'
など)。色が設定されていない場合は null
です。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Second Column Color()
非推奨 。get Second Column Color Object()
に置き換え
交互に表示される 2 番目の列の色を返します。色が設定されていない場合は null
を返します。
戻る
String
- HEX 色。色が設定されていない場合は null
。
承認
このメソッドを使用するスクリプトには、次のスコープ の 1 つ以上による承認が必要です。
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Second Row Color()
非推奨 。get Second Row Color Object()
に置き換え
交互になっている 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。
ご意見をお聞かせください
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 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."]]],[]]