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 和/或其關聯企業的註冊商標。
上次更新時間:2026-04-13 (世界標準時間)。
[null,null,["上次更新時間:2026-04-13 (世界標準時間)。"],[],["BandingTheme defines color schemes for spreadsheet cell banding. Themes, accessed via `SpreadsheetApp.BandingTheme.PROPERTY`, apply complementary colors based on banding settings. Available themes include `LIGHT_GREY`, `CYAN`, `GREEN`, `YELLOW`, `ORANGE`, `BLUE`, `TEAL`, `GREY`, `BROWN`, `LIGHT_GREEN`, `INDIGO`, and `PINK`. Each theme is an `Enum` type, and the selection will determine the color combinations applied to banded cells.\n"]]