Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Slides
TableRow
Interface TableRow
A row in a table. A row consists of a list of table cells. A row is identified by the row index.
interface
TableRow
{
getCell
(
cellIndex
:
number
)
:
GoogleAppsScript
.
Slides
.
TableCell
;
getIndex
()
:
number
;
getMinimumHeight
()
:
number
;
getNumCells
()
:
number
;
getParentTable
()
:
GoogleAppsScript
.
Slides
.
Table
;
remove
()
:
void
;
}
Index
Methods
get
Cell
get
Index
get
Minimum
Height
get
Num
Cells
get
Parent
Table
remove
Methods
get
Cell
getCell
(
cellIndex
:
number
)
:
GoogleAppsScript
.
Slides
.
TableCell
Parameters
cellIndex
:
number
Returns
GoogleAppsScript
.
Slides
.
TableCell
get
Index
getIndex
()
:
number
Returns
number
get
Minimum
Height
getMinimumHeight
()
:
number
Returns
number
get
Num
Cells
getNumCells
()
:
number
Returns
number
get
Parent
Table
getParentTable
()
:
GoogleAppsScript
.
Slides
.
Table
Returns
GoogleAppsScript
.
Slides
.
Table
remove
remove
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Cell
get
Index
get
Minimum
Height
get
Num
Cells
get
Parent
Table
remove
Google Apps Script API
Loading...
A row in a table. A row consists of a list of table cells. A row is identified by the row index.