Class DataFilterValueRange
A range of values whose location is specified by a DataFilter.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class DataFilterValueRange : IDirectResponseSchema
Properties
DataFilter
The data filter describing the location of the values in the spreadsheet.
Declaration
[JsonProperty("dataFilter")]
public virtual DataFilter DataFilter { get; set; }
Property Value
Type | Description |
---|---|
DataFilter |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MajorDimension
The major dimension of the values.
Declaration
[JsonProperty("majorDimension")]
public virtual string MajorDimension { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
The data to be written. If the provided values exceed any of the ranges matched by the data filter then the request fails. If the provided values are less than the matched ranges only the specified values are written, existing values in the matched ranges remain unaffected.
Declaration
[JsonProperty("values")]
public virtual IList<IList<object>> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<IList<object>> |