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
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>
Public Class Row
Inherits AbstractRow(Of Column, Cell)
public ref class Row : public AbstractRow<Column^, Cell^>
type Row =
class
inherit AbstractRow<Column, Cell>
end
The Row type exposes the following members.
Constructors Properties See Also