Class PivotGroupRule
An optional setting on a PivotGroup that defines buckets for the values in the source data column rather than breaking out each individual value. Only one PivotGroup with a group rule may be added for each column in the source data, though on any given column you may add both a PivotGroup that has a rule and a PivotGroup that does not.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class PivotGroupRule : IDirectResponseSchema
Properties
DateTimeRule
A DateTimeRule.
Declaration
[JsonProperty("dateTimeRule")]
public virtual DateTimeRule DateTimeRule { get; set; }
Property Value
Type | Description |
---|---|
DateTimeRule |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HistogramRule
A HistogramRule.
Declaration
[JsonProperty("histogramRule")]
public virtual HistogramRule HistogramRule { get; set; }
Property Value
Type | Description |
---|---|
HistogramRule |
ManualRule
A ManualRule.
Declaration
[JsonProperty("manualRule")]
public virtual ManualRule ManualRule { get; set; }
Property Value
Type | Description |
---|---|
ManualRule |