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
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class PivotGroupRule : object, IDirectResponseSchema

Properties

DateTimeRule

A DateTimeRule.

Declaration
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
public virtual HistogramRule HistogramRule { get; set; }
Property Value
Type Description
HistogramRule

ManualRule

A ManualRule.

Declaration
public virtual ManualRule ManualRule { get; set; }
Property Value
Type Description
ManualRule

Implements

IDirectResponseSchema
Back to top