Enum BandingTheme
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
BandingTheme
Un'enumerazione dei temi di fascia. Ogni tema è costituito da diversi colori complementari che vengono applicati a celle diverse in base alle impostazioni delle bande.
Per chiamare un enum, devi chiamare la relativa classe, il nome e la proprietà di base. Ad esempio,
SpreadsheetApp.BandingTheme.LIGHT_GREY
.
Proprietà
Proprietà | Tipo | Descrizione |
LIGHT_GREY | Enum | Un tema con bande grigie chiare. |
CYAN | Enum | Un tema con bande ciano. |
GREEN | Enum | Un tema con bande verdi. |
YELLOW | Enum | Un tema con bande gialle. |
ORANGE | Enum | Un tema con bande arancioni. |
BLUE | Enum | Un tema con bande blu. |
TEAL | Enum | Un tema con bande verde acqua. |
GREY | Enum | Un tema con bande grigie. |
BROWN | Enum | Un tema con strisce marroni. |
LIGHT_GREEN | Enum | Un tema con bande verde chiaro. |
INDIGO | Enum | Un tema con strisce blu indaco. |
PINK | Enum | Un tema con strisce rosa. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[],["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"],null,[]]