| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Row.AddRowBuilder |
Row.AddRowBuilder.setAbove(Boolean above)
Sets the above flag
|
Row.AddRowBuilder |
Row.AddRowBuilder.setCells(List<Cell> cells)
Sets the list of cells
|
Row.AddRowBuilder |
Row.AddRowBuilder.setExpanded(Boolean expanded)
Sets the expanded flag
|
Row.AddRowBuilder |
Row.AddRowBuilder.setFormat(Format format)
Sets the format
|
Row.AddRowBuilder |
Row.AddRowBuilder.setParentId(Long parentId)
Sets the parent id that puts the row as the first child of the specified id.
|
Row.AddRowBuilder |
Row.AddRowBuilder.setSiblingId(Long siblingId)
Sets the sibling id that puts the row as the next row at the same hierarchical level of this row.
|
Row.AddRowBuilder |
Row.AddRowBuilder.setToBottom(Boolean toBottom)
Sets the to bottom flag that puts the row at the bottom of the sheet.
|
Row.AddRowBuilder |
Row.AddRowBuilder.setToTop(Boolean toTop)
Sets the to top flag that puts the row at the top of the sheet.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.