Enum BandingTheme
BandingTheme
Un'enumerazione di temi a bande. Ogni tema è composto da diversi colori complementari
applicati a celle diverse in base alle impostazioni delle bande.
Per chiamare un'enumerazione, devi chiamare la classe, il nome e la proprietà principali. Ad esempio,
SpreadsheetApp.BandingTheme.LIGHT_GREY
.
Proprietà
Proprietà | Tipo | Descrizione |
LIGHT_GREY | Enum | Un tema a bande di colore grigio chiaro. |
CYAN | Enum | Un tema a bande ciano. |
GREEN | Enum | Un tema a bande verdi. |
YELLOW | Enum | Un tema a bande gialle. |
ORANGE | Enum | Un tema a bande arancioni. |
BLUE | Enum | Un tema con strisce blu. |
TEAL | Enum | Un tema a bande verde acqua. |
GREY | Enum | Un tema a bande grigie. |
BROWN | Enum | Un tema a bande marroni. |
LIGHT_GREEN | Enum | Un tema a bande verde chiaro. |
INDIGO | Enum | Un tema a banding blu indaco. |
PINK | Enum | Un tema a bande 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 2023-12-02 UTC.
[null,null,["Ultimo aggiornamento 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`."]]],[]]