Class Row
Include a list of cells.
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class Row : IMessage<Row>, IEquatable<Row>, IDeepCloneable<Row>, IBufferMessage, IMessage
Constructors
Row()
Declaration
public Row()
Row(Row)
Declaration
public Row(Row other)
Parameters
Type | Name | Description |
---|---|---|
Row | other |
Properties
Cells
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
Declaration
public RepeatedField<Value> Cells { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Value> |