Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
RowData |
RowData.clone() |
RowData |
RowData.set(String fieldName,
Object value) |
RowData |
RowData.setValues(List<CellData> values)
The values in the row, one per column.
|
Modifier and Type | Method and Description |
---|---|
List<RowData> |
GridData.getRowData()
The data in the grid, one entry per row, starting with the row in startRow.
|
List<RowData> |
UpdateCellsRequest.getRows()
The data to write.
|
List<RowData> |
AppendCellsRequest.getRows()
The data to append.
|
Modifier and Type | Method and Description |
---|---|
GridData |
GridData.setRowData(List<RowData> rowData)
The data in the grid, one entry per row, starting with the row in startRow.
|
UpdateCellsRequest |
UpdateCellsRequest.setRows(List<RowData> rows)
The data to write.
|
AppendCellsRequest |
AppendCellsRequest.setRows(List<RowData> rows)
The data to append.
|
Copyright © 2011–2024 Google. All rights reserved.