UpdateRowBuilder Class |
Namespace: Smartsheet.Api.Models
The UpdateRowBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| UpdateRowBuilder |
Sets the required parameters to updating a row.
|
| Name | Description | |
|---|---|---|
| Build |
Builds anad returns the Row.
| |
| GetCells |
Gets the cells.
| |
| GetExpanded |
Gets the expanded flag.
| |
| GetFormat |
Gets the format.
| |
| GetId |
Gets the row id.
| |
| GetLocked |
Gets whether row is locked.
| |
| GetParentId |
Gets the parent Id.
| |
| GetSiblingId |
Gets the sibling Id.
| |
| GetToBottom |
Gets the to bottom.
| |
| GetToTop |
Gets the to top.
| |
| SetAbove |
Sets the above flag two move the Row directly above the specified sibling Row (at the same hierarchical level).
| |
| SetCells |
Sets the list of cells.
| |
| SetExpanded |
Sets if expanded.
| |
| SetFormat |
Sets the Format.
| |
| SetIndent |
Sets the number of times to indent this row
| |
| SetLocked |
Sets whether row is locked (true) or not (false).
| |
| SetOutdent |
Sets the number of times to outdent this row
| |
| SetParentId |
Sets the parent Id that puts the row as the first child of the specified Id.
| |
| SetSiblingId |
Sets the sibling Id that puts the row as the next row at the same hierarchical level of this row.
| |
| SetToBottom |
Sets the to bottom flag that puts the row at the bottom of the sheet.
| |
| SetToTop |
Sets the to top flag that puts the row at the top of the sheet.
|