Enum 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 | गुलाबी रंग की बैंडिंग वाली थीम. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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`."]]],["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"]]