Class TableCellRange
टेबलसेलरेंज
एक या उससे ज़्यादा TableCell
इंस्टेंस का कलेक्शन.
ज़्यादा जानकारी वाला दस्तावेज़
getTableCells()
TableCell
इंस्टेंस की सूची दिखाता है.
वापसी का टिकट
TableCell[]
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-12-02 (UTC) को अपडेट किया गया."],[[["`TableCellRange` represents a group of one or more `TableCell` objects within a Google Slide."],["The primary method, `getTableCells()`, retrieves an array of individual `TableCell` objects contained within the range."],["To use the `TableCellRange` methods, your script needs authorization with specific Google Slides scopes."]]],["TableCellRange is a collection of TableCell instances. The key action is retrieving these instances using the `getTableCells()` method. This method returns an array of TableCell objects. To use this method, scripts require authorization with either `https://www.googleapis.com/auth/presentations.currentonly` or `https://www.googleapis.com/auth/presentations` scopes. The method documentation details its return type and necessary authorization.\n"]]