Class RowData
Data about each cell in a row.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class RowData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
The values in the row, one per column.
Declaration
[JsonProperty("values")]
public virtual IList<CellData> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<CellData> |