| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
RowResources.updateCells(long rowId,
List<Cell> cells)
Update the values of the Cells in a Row.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
RowResources.updateCells(long rowId,
List<Cell> cells)
Update the values of the Cells in a Row.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRow<TColumn extends Column,TCell extends Cell> |
class |
AbstractSheet<TRow extends AbstractRow<TColumn,TCell>,TColumn extends Column,TCell extends Cell> |
| Modifier and Type | Class and Description |
|---|---|
class |
CellHistory
Represents CellHistory object.
|
class |
ReportCell
Represents the ReportCell object.
|
| Modifier and Type | Method and Description |
|---|---|
Cell |
CellDataItem.getCell()
Get the cell object
|
Cell |
Cell.setColumnId(Long columnId)
Sets the column id for this cell.
|
Cell |
Cell.setColumnType(ColumnType columnType)
Sets the column columnType.
|
Cell |
Cell.setConditionalFormat(String conditionalFormat) |
Cell |
Cell.setDisplayValue(String displayValue)
Sets the display value used on columns special columns such as "Contact List".
|
Cell |
Cell.setFormat(Format format) |
Cell |
Cell.setFormula(String formula)
Sets the formula for this cell.
|
Cell |
Cell.setHyperlink(Hyperlink hyperlink) |
Cell |
Cell.setImage(Image image)
Sets the image for this cell.
|
Cell |
Cell.setLinkInFromCell(CellLink linkInFromCell) |
Cell |
Cell.setLinksOutToCells(List<CellLink> linksOutToCells) |
Cell |
Cell.setObjectValue(ObjectValue objectValue)
Set object representation of the cell's value
|
Cell |
Cell.setOverrideValidation(Boolean overrideValidation)
Sets the value of the overrideValidation flag.
|
Cell |
Cell.setRowId(Long rowId)
Sets the row id for this cell.
|
Cell |
Cell.setStrict(Boolean strict)
Sets the strict formatting rule for this cell.
|
Cell |
Cell.setType(ColumnType type)
Sets the column columnType.
|
Cell |
Cell.setValue(Object value)
Sets the value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
Cell.AddRowCellsBuilder.build()
Returns the list of cells.
|
List<Cell> |
Cell.UpdateRowCellsBuilder.build()
Returns the list of cells.
|
List<Cell> |
Row.AddRowBuilder.getCells()
Gets the list of cells
|
List<Cell> |
Row.UpdateRowBuilder.getCells()
Gets the list of cells
|
List<Cell> |
Cell.AddRowCellsBuilder.getCells() |
List<Cell> |
Cell.UpdateRowCellsBuilder.getCells() |
| Modifier and Type | Method and Description |
|---|---|
CellDataItem |
CellDataItem.setCell(Cell cell)
Set the cell object
|
| Modifier and Type | Method and Description |
|---|---|
Row.AddRowBuilder |
Row.AddRowBuilder.setCells(List<Cell> cells)
Sets the list of cells
|
Row.UpdateRowBuilder |
Row.UpdateRowBuilder.setCells(List<Cell> cells)
Sets the list of cells
|
Copyright © 2014–2019 Smartsheet. All rights reserved.