Table of Contents

Class RowWrapper

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the RowWrapper object that is used to specify the location for a Row or set of Rows.

public class RowWrapper
Inheritance
RowWrapper
Inherited Members

Properties

ParentId

Gets the parent Id that puts the row as the first child of the specified Id.

public long? ParentId { get; set; }

Property Value

long?

the parent Id

Rows

Gets the Rows.

public IList<Row> Rows { get; set; }

Property Value

IList<Row>

the Rows

SiblingId

Gets the sibling Id that puts the row as the next row at the same hierarchical level of this row.

public long? SiblingId { get; set; }

Property Value

long?

the sibling Id

ToBottom

Gets the to bottom flag that puts the row at the bottom of the sheet.

public bool? ToBottom { get; set; }

Property Value

bool?

the to bottom

ToTop

Gets the to top flag that puts the row at the top of the sheet.

public bool? ToTop { get; set; }

Property Value

bool?

the to top