Package | Description |
---|---|
com.google.api.services.sheets.v4 | |
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
Sheets.Spreadsheets.Values.BatchClear |
Sheets.Spreadsheets.Values.batchClear(String spreadsheetId,
BatchClearValuesRequest content)
Clears one or more ranges of values from a spreadsheet.
|
Constructor and Description |
---|
BatchClear(String spreadsheetId,
BatchClearValuesRequest content)
Clears one or more ranges of values from a spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
BatchClearValuesRequest |
BatchClearValuesRequest.clone() |
BatchClearValuesRequest |
BatchClearValuesRequest.set(String fieldName,
Object value) |
BatchClearValuesRequest |
BatchClearValuesRequest.setRanges(List<String> ranges)
The ranges to clear, in [A1 notation or R1C1 notation](/sheets/api/guides/concepts#cell).
|
Copyright © 2011–2024 Google. All rights reserved.