[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003e\u003ccode\u003eTableCellRange\u003c/code\u003e represents a group of one or more \u003ccode\u003eTableCell\u003c/code\u003e objects within a Google Slide.\u003c/p\u003e\n"],["\u003cp\u003eThe primary method, \u003ccode\u003egetTableCells()\u003c/code\u003e, retrieves an array of individual \u003ccode\u003eTableCell\u003c/code\u003e objects contained within the range.\u003c/p\u003e\n"],["\u003cp\u003eTo use the \u003ccode\u003eTableCellRange\u003c/code\u003e methods, your script needs authorization with specific Google Slides scopes.\u003c/p\u003e\n"]]],["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"],null,["TableCellRange\n\nA collection of one or more [TableCell](/apps-script/reference/slides/table-cell) instances. \n\nMethods\n\n| Method | Return type | Brief description |\n|-------------------------------------|---------------------------------------------------------|--------------------------------------------------------------------------------------|\n| [getTableCells()](#getTableCells()) | [TableCell[]](/apps-script/reference/slides/table-cell) | Returns the list of [TableCell](/apps-script/reference/slides/table-cell) instances. |\n\nDetailed documentation \n\n`get``Table``Cells()` \nReturns the list of [TableCell](/apps-script/reference/slides/table-cell) instances.\n\nReturn\n\n\n[TableCell[]](/apps-script/reference/slides/table-cell)\n\nAuthorization\n\nScripts that use this method require authorization with one or more of the following [scopes](/apps-script/concepts/scopes#setting_explicit_scopes):\n\n- `https://www.googleapis.com/auth/presentations.currentonly`\n- `https://www.googleapis.com/auth/presentations`"]]