InsertRowsBuilder Class |
Namespace: Smartsheet.Api.Models
The InsertRowsBuilder type exposes the following members.
Name | Description | |
---|---|---|
InsertRowsBuilder |
Name | Description | |
---|---|---|
ParentId |
Gets the parent Id.
| |
Rows |
Gets the Rows.
| |
SiblingId |
Gets the sibling Id.
| |
ToBottom |
Gets the to bottom.
| |
ToTop |
Gets the to top.
|
Name | Description | |
---|---|---|
Build |
Builds the RowWrapper.
| |
SetParentId |
Sets the parent Id that puts the row as the first child of the specified Id.
| |
SetRows |
Sets the Rows.
| |
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.
|