Enum AutoFillSeries
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
सीरीज़के लिएऑटोमैटिक भरना
अपने-आप भरी गई वैल्यू का हिसाब लगाने के लिए, इस्तेमाल की जाने वाली सीरीज़ के टाइप की सूची. सोर्स डेटा के टाइप और मात्रा के हिसाब से, इन सीरीज़ का कैलकुलेट की गई वैल्यू पर अलग-अलग असर पड़ता है.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
SpreadsheetApp.AutoFillSeries.DEFAULT_SERIES
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
DEFAULT_SERIES | Enum | डिफ़ॉल्ट. इस सेटिंग की मदद से अपने-आप भरने की सुविधा चालू करने पर, बढ़ाई गई रेंज में मौजूद खाली सेल में, मौजूदा वैल्यू में बढ़ोतरी की गई वैल्यू भर जाती हैं. |
ALTERNATE_SERIES | 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) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eAutoFillSeries\u003c/code\u003e is used to determine how values are automatically filled in Google Sheets.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two options: \u003ccode\u003eDEFAULT_SERIES\u003c/code\u003e which fills cells with incremental values based on existing data, and \u003ccode\u003eALTERNATE_SERIES\u003c/code\u003e which copies existing values to fill the range.\u003c/p\u003e\n"],["\u003cp\u003eTo use \u003ccode\u003eAutoFillSeries\u003c/code\u003e, call its parent class, name, and property, such as \u003ccode\u003eSpreadsheetApp.AutoFillSeries.DEFAULT_SERIES\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum AutoFillSeries\n\nAutoFillSeries\n\nAn enumeration of the types of series used to calculate auto-filled values. The manner in which\nthese series affect calculated values differs depending on the type and amount of source data.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSpreadsheetApp.AutoFillSeries.DEFAULT_SERIES`. \n\n### Properties\n\n| Property | Type | Description |\n|--------------------|--------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| `DEFAULT_SERIES` | `Enum` | Default. Auto-filling with this setting results in the empty cells in the expanded range being filled with increments of the existing values. |\n| `ALTERNATE_SERIES` | `Enum` | Auto-filling with this setting results in the empty cells in the expanded range being filled with copies of the existing values. |"]]