Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
CellData |
CellData.clone() |
CellData |
RepeatCellRequest.getCell()
The data to write.
|
CellData |
CellData.set(String fieldName,
Object value) |
CellData |
CellData.setDataSourceFormula(DataSourceFormula dataSourceFormula)
Output only.
|
CellData |
CellData.setDataSourceTable(DataSourceTable dataSourceTable)
A data source table anchored at this cell.
|
CellData |
CellData.setDataValidation(DataValidationRule dataValidation)
A data validation rule on the cell, if any.
|
CellData |
CellData.setEffectiveFormat(CellFormat effectiveFormat)
The effective format being used by the cell.
|
CellData |
CellData.setEffectiveValue(ExtendedValue effectiveValue)
The effective value of the cell.
|
CellData |
CellData.setFormattedValue(String formattedValue)
The formatted value of the cell.
|
CellData |
CellData.setHyperlink(String hyperlink)
A hyperlink this cell points to, if any.
|
CellData |
CellData.setNote(String note)
Any note on the cell.
|
CellData |
CellData.setPivotTable(PivotTable pivotTable)
A pivot table anchored at this cell.
|
CellData |
CellData.setTextFormatRuns(List<TextFormatRun> textFormatRuns)
Runs of rich text applied to subsections of the cell.
|
CellData |
CellData.setUserEnteredFormat(CellFormat userEnteredFormat)
The format the user entered for the cell.
|
CellData |
CellData.setUserEnteredValue(ExtendedValue userEnteredValue)
The value the user entered in the cell.
|
Modifier and Type | Method and Description |
---|---|
List<CellData> |
RowData.getValues()
The values in the row, one per column.
|
Modifier and Type | Method and Description |
---|---|
RepeatCellRequest |
RepeatCellRequest.setCell(CellData cell)
The data to write.
|
Modifier and Type | Method and Description |
---|---|
RowData |
RowData.setValues(List<CellData> values)
The values in the row, one per column.
|
Copyright © 2011–2024 Google. All rights reserved.