Show / Hide Table of Contents

Class PivotFilterSpec

The pivot table filter criteria associated with a specific source column offset.

Inheritance
object
PivotFilterSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class PivotFilterSpec : IDirectResponseSchema

Properties

ColumnOffsetIndex

The zero-based column offset of the source range.

Declaration
[JsonProperty("columnOffsetIndex")]
public virtual int? ColumnOffsetIndex { get; set; }
Property Value
Type Description
int?

DataSourceColumnReference

The reference to the data source column.

Declaration
[JsonProperty("dataSourceColumnReference")]
public virtual DataSourceColumnReference DataSourceColumnReference { get; set; }
Property Value
Type Description
DataSourceColumnReference

ETag

The ETag of the item.

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

FilterCriteria

The criteria for the column.

Declaration
[JsonProperty("filterCriteria")]
public virtual PivotFilterCriteria FilterCriteria { get; set; }
Property Value
Type Description
PivotFilterCriteria

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX