Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Sheets
Schema
BatchUpdateValuesResponse
Interface BatchUpdateValuesResponse
interface
BatchUpdateValuesResponse
{
responses
?:
UpdateValuesResponse
[]
;
spreadsheetId
?:
string
;
totalUpdatedCells
?:
number
;
totalUpdatedColumns
?:
number
;
totalUpdatedRows
?:
number
;
totalUpdatedSheets
?:
number
;
}
Index
Properties
responses?
spreadsheet
Id?
total
Updated
Cells?
total
Updated
Columns?
total
Updated
Rows?
total
Updated
Sheets?
Properties
Optional
responses
responses
?:
UpdateValuesResponse
[]
Optional
spreadsheet
Id
spreadsheetId
?:
string
Optional
total
Updated
Cells
totalUpdatedCells
?:
number
Optional
total
Updated
Columns
totalUpdatedColumns
?:
number
Optional
total
Updated
Rows
totalUpdatedRows
?:
number
Optional
total
Updated
Sheets
totalUpdatedSheets
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
responses
spreadsheet
Id
total
Updated
Cells
total
Updated
Columns
total
Updated
Rows
total
Updated
Sheets
Google Apps Script API
Loading...