Show / Hide Table of Contents

Class PivotGroupSortValueBucket

Information about which values in a pivot group should be used for sorting.

Inheritance
System.Object
PivotGroupSortValueBucket
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class PivotGroupSortValueBucket : object, IDirectResponseSchema

Properties

Buckets

Declaration
public virtual IList<ExtendedValue> Buckets { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ExtendedValue>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

ValuesIndex

The offset in the PivotTable.values list which the values in this grouping should be sorted by.

Declaration
public virtual Nullable<int> ValuesIndex { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

IDirectResponseSchema
Back to top