Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Slides
Schema
TableCell
Interface TableCell
interface
TableCell
{
columnSpan
?:
number
;
location
?:
GoogleAppsScript
.
Slides
.
Schema
.
TableCellLocation
;
rowSpan
?:
number
;
tableCellProperties
?:
TableCellProperties
;
text
?:
TextContent
;
}
Index
Properties
column
Span?
location?
row
Span?
table
Cell
Properties?
text?
Properties
Optional
column
Span
columnSpan
?:
number
Optional
location
location
?:
GoogleAppsScript
.
Slides
.
Schema
.
TableCellLocation
Optional
row
Span
rowSpan
?:
number
Optional
table
Cell
Properties
tableCellProperties
?:
TableCellProperties
Optional
text
text
?:
TextContent
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
column
Span
location
row
Span
table
Cell
Properties
text
Google Apps Script API
Loading...