Enum BandingTheme
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 2024-12-02 UTC.
[null,null,["Ultimo aggiornamento 2024-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`."]]],[]]