Enum DataSourceParameterType
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
डेटासोर्सपैरामीटरटाइप
डेटा सोर्स पैरामीटर के टाइप की जानकारी.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
SpreadsheetApp.DataSourceParameterType.CELL
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
DATA_SOURCE_PARAMETER_TYPE_UNSUPPORTED | Enum | डेटा सोर्स पैरामीटर का ऐसा टाइप जो Apps Script में काम नहीं करता. |
CELL | 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\u003eDataSourceParameterType\u003c/code\u003e is used to define the type of parameter used in a data source.\u003c/p\u003e\n"],["\u003cp\u003eThis enum includes types like \u003ccode\u003eCELL\u003c/code\u003e, indicating a cell-based parameter, and \u003ccode\u003eDATA_SOURCE_PARAMETER_TYPE_UNSUPPORTED\u003c/code\u003e for unsupported types.\u003c/p\u003e\n"],["\u003cp\u003eTo reference a specific type, use the format \u003ccode\u003eSpreadsheetApp.DataSourceParameterType.CELL\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum DataSourceParameterType\n\nDataSourceParameterType\n\nAn enumeration of data source parameter types.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSpreadsheetApp.DataSourceParameterType.CELL`. \n\n### Properties\n\n| Property | Type | Description |\n|------------------------------------------|--------|--------------------------------------------------------------------|\n| `DATA_SOURCE_PARAMETER_TYPE_UNSUPPORTED` | `Enum` | A data source parameter type that is not supported in Apps Script. |\n| `CELL` | `Enum` | The data source parameter is valued based on a cell. |"]]