Show / Hide Table of Contents

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.

Inheritance
System.Object
PivotGroupRule
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.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

Implements

IDirectResponseSchema
In This Article
Back to top