Enum BandingTheme
BandingTheme
バンディングテーマを列挙したものです。各テーマは複数の補色で構成され、縞模様の設定に基づいて異なるセルに適用されます。
列挙型を呼び出すには、親クラス、名前、プロパティを呼び出します。たとえば、
SpreadsheetApp.BandingTheme.LIGHT_GREY
のようにします。
プロパティ
プロパティ | 種類 | 説明 |
LIGHT_GREY | Enum | ライトグレーの縞模様。 |
CYAN | Enum | シアンのバンディングのテーマ。 |
GREEN | Enum | 緑色の縞模様がテーマ。 |
YELLOW | Enum | 黄色の縞模様がテーマ。 |
ORANGE | Enum | オレンジ色の縞模様が描かれたテーマ。 |
BLUE | Enum | 青い縞模様のテーマ。 |
TEAL | Enum | 青緑の縞模様が描かれたテーマ。 |
GREY | Enum | グレーの縞模様。 |
BROWN | Enum | 茶色の帯状のテーマ。 |
LIGHT_GREEN | Enum | ライトグリーンの縞模様。 |
INDIGO | Enum | 藍色の縞模様。 |
PINK | Enum | ピンクの縞模様。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 2023-12-02 UTC。"],[[["`BandingTheme` is an enumeration used to define color schemes for banding in Google Sheets."],["You can apply a banding theme to a sheet using the `SpreadsheetApp.BandingTheme` enum followed by the specific theme name, such as `LIGHT_GREY` or `CYAN`."],["There are a variety of pre-defined color themes available like `LIGHT_GREY`, `CYAN`, `GREEN`, `YELLOW`, `ORANGE`, `BLUE`, `TEAL`, `GREY`, `BROWN`, `LIGHT_GREEN`, `INDIGO`, and `PINK`."]]],[]]