Show / Hide Table of Contents

Class Row

Include a list of cells.

Inheritance
object
Row
Implements
IMessage<Row>
IEquatable<Row>
IDeepCloneable<Row>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.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>
In this article
Back to top Generated by DocFX