Class TableCellRange

  • 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

A collection of one or more TableCell instances.

Methods

MethodReturn typeBrief description
getTableCells()TableCell[]Returns the list of TableCell instances.

Detailed documentation

getTableCells()

Returns the list of TableCell instances.

Return

TableCell[]

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations