| Constructor and Description |
|---|
AddRowCellsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Cell.AddRowCellsBuilder |
addCell(Long columnId,
Object value)
Adds the cell.
|
Cell.AddRowCellsBuilder |
addCell(Long columnId,
Object value,
Boolean strict,
Hyperlink hyperlink,
CellLink linkInFromCell)
Adds the cell.
|
Cell.AddRowCellsBuilder |
addCell(Long columnId,
Object value,
Boolean strict,
Hyperlink hyperlink,
CellLink linkInFromCell,
Boolean overrideValidation)
Adds the cell
|
List<Cell> |
build()
Returns the list of cells.
|
List<Cell> |
getCells() |
public Cell.AddRowCellsBuilder addCell(Long columnId, Object value, Boolean strict, Hyperlink hyperlink, CellLink linkInFromCell)
columnId - the column idvalue - the valuestrict - the stricthyperlink - the hyperlinklinkInFromCell - the linkpublic Cell.AddRowCellsBuilder addCell(Long columnId, Object value, Boolean strict, Hyperlink hyperlink, CellLink linkInFromCell, Boolean overrideValidation)
columnId - the column idvalue - the valuestrict - the stricthyperlink - the hyperlinklinkInFromCell - the linkoverrideValidation - the overrideValidation flagpublic Cell.AddRowCellsBuilder addCell(Long columnId, Object value)
columnId - the column idvalue - the valueCopyright © 2014–2017 Smartsheet. All rights reserved.