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 | 粉紅色條紋主題。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-12-02 (世界標準時間)。"],[[["`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`."]]],[]]