Class BasicFilter
The default filter associated with a sheet.
Inheritance
System.Object
BasicFilter
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class BasicFilter : object, IDirectResponseSchema
Properties
Criteria
The criteria for showing/hiding values per column. The map's key is the column index, and the value is the criteria for that column.
Declaration
public virtual IDictionary<string, FilterCriteria> Criteria { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, FilterCriteria> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Range
The range the filter covers.
Declaration
public virtual GridRange Range { get; set; }
Property Value
| Type | Description |
|---|---|
| GridRange |
SortSpecs
The sort order per column. Later specifications are used when values are equal in the earlier specifications.
Declaration
public virtual IList<SortSpec> SortSpecs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<SortSpec> |