| Package | Description |
|---|---|
| com.google.api.services.sheets.v4 | |
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
Sheets.Spreadsheets.Values.BatchClearByDataFilter |
Sheets.Spreadsheets.Values.batchClearByDataFilter(String spreadsheetId,
BatchClearValuesByDataFilterRequest content)
Clears one or more ranges of values from a spreadsheet.
|
| Constructor and Description |
|---|
BatchClearByDataFilter(String spreadsheetId,
BatchClearValuesByDataFilterRequest content)
Clears one or more ranges of values from a spreadsheet.
|
| Modifier and Type | Method and Description |
|---|---|
BatchClearValuesByDataFilterRequest |
BatchClearValuesByDataFilterRequest.clone() |
BatchClearValuesByDataFilterRequest |
BatchClearValuesByDataFilterRequest.set(String fieldName,
Object value) |
BatchClearValuesByDataFilterRequest |
BatchClearValuesByDataFilterRequest.setDataFilters(List<DataFilter> dataFilters)
The DataFilters used to determine which ranges to clear.
|
Copyright © 2011–2024 Google. All rights reserved.