| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
CellDataItem |
CellDataItem.setCell(Cell cell)
Set the cell object
|
CellDataItem |
CellDataItem.setColumnId(Long columnId)
Set the column Id for the cell.
|
CellDataItem |
CellDataItem.setLabel(String label)
Set the label for the data point.
|
CellDataItem |
CellDataItem.setLabelFormat(String labelFormat)
Set the format descriptor for the label
|
CellDataItem |
CellDataItem.setObjectValue(Object objectValue)
Set the object for this CellDataItem.
|
CellDataItem |
CellDataItem.setOrder(Integer order)
Set the display order for the CellDataItem
|
CellDataItem |
CellDataItem.setValueFormat(String valueFormat)
Set the format descriptor for the cell value
|
| Modifier and Type | Method and Description |
|---|---|
List<CellDataItem> |
WidgetContent.getCellData()
Get array of cell data
|
| Modifier and Type | Method and Description |
|---|---|
WidgetContent |
WidgetContent.setCellData(List<CellDataItem> cellData)
Set array of cell data
|
Copyright © 2014–2017 Smartsheet. All rights reserved.