Show / Hide Table of Contents

Class FilterSpec

The filter criteria associated with a specific column.

Inheritance
object
FilterSpec
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 FilterSpec : IDirectResponseSchema

Properties

ColumnIndex

The zero-based column index.

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

DataSourceColumnReference

Reference to a 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 FilterCriteria FilterCriteria { get; set; }
Property Value
Type Description
FilterCriteria

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX