| 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.setDataSource(String dataSource)
Sets the data source
|
CellDataItem |
CellDataItem.setLabel(String label)
Set the label for the data point.
|
CellDataItem |
CellDataItem.setLabelFormat(Format 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.setRowId(Long rowId)
Set the row Id for the item
|
CellDataItem |
CellDataItem.setSheetId(Long sheetId)
Set the sheet Id for the item
|
CellDataItem |
CellDataItem.setValueFormat(Format valueFormat)
Set the format descriptor for the cell value
|
| Modifier and Type | Method and Description |
|---|---|
List<CellDataItem> |
CellLinkWidgetContent.getCellData()
Gets the array of cell data items
|
| Modifier and Type | Method and Description |
|---|---|
CellLinkWidgetContent |
CellLinkWidgetContent.setCellData(List<CellDataItem> cellData)
Sets the array of cell data items
|
Copyright © 2014–2019 Smartsheet. All rights reserved.