| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
RowResources.moveRow(long id,
RowWrapper rowWrapper)
Move a row.
|
| Modifier and Type | Method and Description |
|---|---|
RowWrapper |
RowWrapper.InsertRowsBuilder.build()
Builds the RowWrapper.
|
RowWrapper |
RowWrapper.MoveRowBuilder.build()
Builds the RowWrapper.
|
RowWrapper |
RowWrapper.setParentId(Long parentId)
Sets the parent id that puts the row as the first child of the specified id.
|
RowWrapper |
RowWrapper.setRows(List<Row> rows)
Sets the rows.
|
RowWrapper |
RowWrapper.setSiblingId(Long siblingId)
Sets the sibling id that puts the row as the next row at the same hierarchical level of this row.
|
RowWrapper |
RowWrapper.setToBottom(Boolean toBottom)
Sets the to bottom flag that puts the row at the bottom of the sheet.
|
RowWrapper |
RowWrapper.setToTop(Boolean toTop)
Sets the to top flag that puts the row at the top of the sheet.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.