Table of Contents

Class Row

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

A Row is a component of a Sheet or Report. Each Row is composed of a collection of Cells, and may optionally contain Discussions and/or Attachments.

public class Row : AbstractRow<Column, Cell>
Inheritance
Row
Inherited Members

Properties

Id

Override Id property so that JSON.NET knows to make an exception of not serialization row Id. So Row Id will be serialized.

public override long? Id { get; set; }

Property Value

long?