Enum GroupControlTogglePosition
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ग्रुपकंट्रोलपोज़िशनटॉगल करें
यह एक एनोटेशन है, जिसमें ग्रुप कंट्रोल टॉगल की संभावित स्थितियों के बारे में बताया गया है.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
SpreadsheetApp.GroupControlTogglePosition.BEFORE
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
BEFORE | Enum | वह स्थिति जहां ग्रुप से पहले कंट्रोल टॉगल है (कम इंडेक्स पर). |
AFTER | Enum | वह पोज़िशन जहां ग्रुप के बाद कंट्रोल टॉगल है (ज़्यादा इंडेक्स पर). |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[],["`GroupControlTogglePosition` is an enumeration with two properties: `BEFORE` and `AFTER`. `BEFORE` signifies the control toggle is positioned before the group, corresponding to lower indices. `AFTER` indicates the control toggle is after the group, aligning with higher indices. To access these properties, use the format `SpreadsheetApp.GroupControlTogglePosition.PROPERTY_NAME`, replacing `PROPERTY_NAME` with either `BEFORE` or `AFTER`. This describes where the user will see the control toggle relative to the group.\n"],null,[]]