Enum ValueType
वैल्यूटाइप
स्प्रेडशीट सेवा की रेंज क्लास से Range.getValue()
और Range.getValues()
से लौटाई गई वैल्यू टाइप की सूची. यहां दी गई वैल्यू, Number
, Boolean
, Date
या String
के अलावा, इनूमरेशन की अन्य वैल्यू हैं.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
SpreadsheetApp.ValueType.IMAGE
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
IMAGE | Enum | जब सेल में कोई इमेज होती है, तो वैल्यू का टाइप. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-03 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-12-03 (UTC) को अपडेट किया गया."],[[["`ValueType` is an enumeration used to identify the type of data returned by `getValue()` and `getValues()` methods of the `Range` class in Google Apps Script."],["Besides common types like `Number`, `Boolean`, `Date`, or `String`, it includes specific types like `IMAGE` to indicate an image in a cell."],["To refer to a specific value type, use the syntax: `SpreadsheetApp.ValueType.PROPERTY`, for example, `SpreadsheetApp.ValueType.IMAGE`."]]],[]]