AddRowBuilder Class |
Namespace: Smartsheet.Api.Models
The AddRowBuilder type exposes the following members.
Name | Description | |
---|---|---|
AddRowBuilder |
Sets the required property/properties for Adding a Row
|
Name | Description | |
---|---|---|
Build |
Builds the Row.
| |
GetAbove |
Gets the above flag.
| |
GetCells |
Gets the cells.
| |
GetExpanded |
Gets the expanded flag.
| |
GetFormat |
Gets the format
| |
GetParentId |
Gets the parent Id.
| |
GetSiblingId |
Gets the sibling Id.
| |
GetToBottom |
Gets the to bottom.
| |
GetToTop |
Gets the to top.
| |
SetAbove |
Sets the flag which which is used in conjunction with siblingId with a value of true to
indicate that the row should be added above the specified sibling row.
| |
SetCells |
Sets the cells of the row.
| |
SetExpanded |
Sets if expanded.
| |
SetFormat |
Sets the Format.
| |
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.
|