Click or drag to resize

RowWrapper Class

Represents the RowWrapper object that is used to specify the location for a or set of Rows.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsRowWrapper

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 RowWrapper

The RowWrapper type exposes the following members.

Constructors
  NameDescription
Public methodRowWrapper
Top
Properties
  NameDescription
Public propertyParentId
Gets the parent Id that puts the row as the first child of the specified Id.
Public propertyRows
Gets the Rows.
Public propertySiblingId
Gets the sibling Id that puts the row as the next row at the same hierarchical level of this row.
Public propertyToBottom
Gets the to bottom flag that puts the row at the bottom of the sheet.
Public propertyToTop
Gets the to top flag that puts the row at the top of the sheet.
Top
See Also