Click or drag to resize

Row Class

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.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsAbstractRowColumn, Cell
      Smartsheet.Api.ModelsRow

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 Row : AbstractRow<Column, Cell>

The Row type exposes the following members.

Constructors
  NameDescription
Public methodRow
Top
Properties
See Also