Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
UpdateCellsRequest |
UpdateCellsRequest.clone() |
UpdateCellsRequest |
Request.getUpdateCells()
Updates many cells at once.
|
UpdateCellsRequest |
UpdateCellsRequest.set(String fieldName,
Object value) |
UpdateCellsRequest |
UpdateCellsRequest.setFields(String fields)
The fields of CellData that should be updated.
|
UpdateCellsRequest |
UpdateCellsRequest.setRange(GridRange range)
The range to write data to.
|
UpdateCellsRequest |
UpdateCellsRequest.setRows(List<RowData> rows)
The data to write.
|
UpdateCellsRequest |
UpdateCellsRequest.setStart(GridCoordinate start)
The coordinate to start writing data at.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUpdateCells(UpdateCellsRequest updateCells)
Updates many cells at once.
|
Copyright © 2011–2024 Google. All rights reserved.