| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
CellLink |
Cell.getLinkInFromCell() |
CellLink |
CellLink.setColumnId(Long columnId)
Sets Column ID of the linked cell
|
CellLink |
CellLink.setRowId(Long rowId)
Sets
|
CellLink |
CellLink.setSheetId(Long sheetId)
Sets the Sheet ID of the sheet that the linked cell belongs to
|
CellLink |
CellLink.setSheetName(String sheetName)
Sets Sheet name of the linked cell
|
CellLink |
CellLink.setStatus(String status)
Sets the status
|
| Modifier and Type | Method and Description |
|---|---|
List<CellLink> |
Cell.getLinksOutToCells() |
| Modifier and Type | Method and Description |
|---|---|
Cell.AddRowCellsBuilder |
Cell.AddRowCellsBuilder.addCell(Long columnId,
Object value,
Boolean strict,
Hyperlink hyperlink,
CellLink linkInFromCell)
Adds the cell.
|
Cell.UpdateRowCellsBuilder |
Cell.UpdateRowCellsBuilder.addCell(Long columnId,
Object value,
Boolean strict,
Hyperlink hyperlink,
CellLink linkInFromCell)
Adds the cell.
|
Cell.AddRowCellsBuilder |
Cell.AddRowCellsBuilder.addCell(Long columnId,
Object value,
Boolean strict,
Hyperlink hyperlink,
CellLink linkInFromCell,
Boolean overrideValidation)
Adds the cell
|
Cell.UpdateRowCellsBuilder |
Cell.UpdateRowCellsBuilder.addCell(Long columnId,
Object value,
Boolean strict,
Hyperlink hyperlink,
CellLink linkInFromCell,
Boolean overrideValidation)
Adds the cell.
|
Cell |
Cell.setLinkInFromCell(CellLink linkInFromCell) |
| Modifier and Type | Method and Description |
|---|---|
Cell |
Cell.setLinksOutToCells(List<CellLink> linksOutToCells) |
Copyright © 2014–2017 Smartsheet. All rights reserved.