Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Sheets
Schema
UpdateValuesResponse
Interface UpdateValuesResponse
interface
UpdateValuesResponse
{
spreadsheetId
?:
string
;
updatedCells
?:
number
;
updatedColumns
?:
number
;
updatedData
?:
ValueRange
;
updatedRange
?:
string
;
updatedRows
?:
number
;
}
Index
Properties
spreadsheet
Id?
updated
Cells?
updated
Columns?
updated
Data?
updated
Range?
updated
Rows?
Properties
Optional
spreadsheet
Id
spreadsheetId
?:
string
Optional
updated
Cells
updatedCells
?:
number
Optional
updated
Columns
updatedColumns
?:
number
Optional
updated
Data
updatedData
?:
ValueRange
Optional
updated
Range
updatedRange
?:
string
Optional
updated
Rows
updatedRows
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
spreadsheet
Id
updated
Cells
updated
Columns
updated
Data
updated
Range
updated
Rows
Google Apps Script API
Loading...