Class SlicerSpec
The specifications of a slicer.
Inheritance
System.Object
SlicerSpec
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class SlicerSpec : object, IDirectResponseSchema
Properties
ApplyToPivotTables
True if the filter should apply to pivot tables. If not set, default to True.
Declaration
public virtual Nullable<bool> ApplyToPivotTables { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
BackgroundColor
The background color of the slicer.
Declaration
public virtual Color BackgroundColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
BackgroundColorStyle
The background color of the slicer. If background_color is also set, this field takes precedence.
Declaration
public virtual ColorStyle BackgroundColorStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| ColorStyle |
ColumnIndex
The column index in the data table on which the filter is applied to.
Declaration
public virtual Nullable<int> ColumnIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
DataRange
The data range of the slicer.
Declaration
public virtual GridRange DataRange { get; set; }
Property Value
| Type | Description |
|---|---|
| GridRange |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FilterCriteria
The filtering criteria of the slicer.
Declaration
public virtual FilterCriteria FilterCriteria { get; set; }
Property Value
| Type | Description |
|---|---|
| FilterCriteria |
HorizontalAlignment
The horizontal alignment of title in the slicer. If unspecified, defaults to LEFT
Declaration
public virtual string HorizontalAlignment { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TextFormat
The text format of title in the slicer.
Declaration
public virtual TextFormat TextFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| TextFormat |
Title
The title of the slicer.
Declaration
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |