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)
縞模様のある 1 つ目の交互の列の色を設定します。
パラメータ
名前 | 型 | 説明 |
color | Color | 縞模様の最初の交互の列の色。null に設定すると、色がクリアされます。 |
リターン
Banding
- この縞模様(チェーン用)。
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setFirstRowColor(color)
交互に表示する 1 行目の色を設定します。
パラメータ
名前 | 型 | 説明 |
color | String | CSS 表記の色コード('#ffffff' 、'white' など)、または null (色をクリアする)。 |
リターン
Banding
- この縞模様(チェーン用)。
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setFirstRowColorObject(color)
バンディングの 1 行目の交互の行の色を設定します。
パラメータ
名前 | 型 | 説明 |
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()
に置き換えられます。
交互の 1 行目の色を返します。色が設定されていない場合は 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
- 16 進数色コード、または色が設定されていない場合は 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 および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 2023-12-02 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."]]],[]]