Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Docs
Schema
Table
Interface Table
interface
Table
{
columns
?:
number
;
rows
?:
number
;
suggestedDeletionIds
?:
string
[]
;
suggestedInsertionIds
?:
string
[]
;
tableRows
?:
GoogleAppsScript
.
Docs
.
Schema
.
TableRow
[]
;
tableStyle
?:
TableStyle
;
}
Index
Properties
columns?
rows?
suggested
Deletion
Ids?
suggested
Insertion
Ids?
table
Rows?
table
Style?
Properties
Optional
columns
columns
?:
number
Optional
rows
rows
?:
number
Optional
suggested
Deletion
Ids
suggestedDeletionIds
?:
string
[]
Optional
suggested
Insertion
Ids
suggestedInsertionIds
?:
string
[]
Optional
table
Rows
tableRows
?:
GoogleAppsScript
.
Docs
.
Schema
.
TableRow
[]
Optional
table
Style
tableStyle
?:
TableStyle
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
columns
rows
suggested
Deletion
Ids
suggested
Insertion
Ids
table
Rows
table
Style
Google Apps Script API
Loading...