Package | Description |
---|---|
com.google.api.services.sheets.v4 |
Modifier and Type | Method and Description |
---|---|
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.set(String parameterName,
Object value) |
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.set$Xgafv(String $Xgafv) |
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setAccessToken(String accessToken) |
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setAlt(String alt) |
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setCallback(String callback) |
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setFields(String fields) |
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setIncludeValuesInResponse(Boolean includeValuesInResponse)
Determines if the update response should include the values of the cells that were
updated.
|
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setKey(String key) |
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setOauthToken(String oauthToken) |
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setPrettyPrint(Boolean prettyPrint) |
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setQuotaUser(String quotaUser) |
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setRange(String range)
The [A1 notation](/sheets/api/guides/concepts#cell) of the values to update.
|
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setResponseDateTimeRenderOption(String responseDateTimeRenderOption)
Determines how dates, times, and durations in the response should be rendered.
|
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setResponseValueRenderOption(String responseValueRenderOption)
Determines how values in the response should be rendered.
|
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setSpreadsheetId(String spreadsheetId)
The ID of the spreadsheet to update.
|
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setUploadProtocol(String uploadProtocol) |
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setUploadType(String uploadType) |
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.Update.setValueInputOption(String valueInputOption)
How the input data should be interpreted.
|
Sheets.Spreadsheets.Values.Update |
Sheets.Spreadsheets.Values.update(String spreadsheetId,
String range,
ValueRange content)
Sets values in a range of a spreadsheet.
|
Copyright © 2011–2024 Google. All rights reserved.