Click or drag to resize

InsertRowsBuilder Class

A convenience class for creating a with the necessary fields for inserting a or set of Rows.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsInsertRowsBuilder

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class InsertRowsBuilder

The InsertRowsBuilder type exposes the following members.

Constructors
  NameDescription
Public methodInsertRowsBuilder
Top
Properties
  NameDescription
Public propertyParentId
Gets the parent Id.
Public propertyRows
Gets the Rows.
Public propertySiblingId
Gets the sibling Id.
Public propertyToBottom
Gets the to bottom.
Public propertyToTop
Gets the to top.
Top
Methods
  NameDescription
Public methodBuild
Builds the RowWrapper.
Public methodSetParentId
Sets the parent Id that puts the row as the first child of the specified Id.
Public methodSetRows
Sets the Rows.
Public methodSetSiblingId
Sets the sibling Id that puts the row as the next row at the same hierarchical level of this row.
Public methodSetToBottom
Sets the to bottom flag that puts the row at the bottom of the sheet.
Public methodSetToTop
Sets the to top flag that puts the row at the top of the sheet.
Top
See Also