Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
AppendCellsRequest |
AppendCellsRequest.clone() |
AppendCellsRequest |
Request.getAppendCells()
Appends cells after the last row with data in a sheet.
|
AppendCellsRequest |
AppendCellsRequest.set(String fieldName,
Object value) |
AppendCellsRequest |
AppendCellsRequest.setFields(String fields)
The fields of CellData that should be updated.
|
AppendCellsRequest |
AppendCellsRequest.setRows(List<RowData> rows)
The data to append.
|
AppendCellsRequest |
AppendCellsRequest.setSheetId(Integer sheetId)
The sheet ID to append the data to.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setAppendCells(AppendCellsRequest appendCells)
Appends cells after the last row with data in a sheet.
|
Copyright © 2011–2024 Google. All rights reserved.