Class Slicer
A slicer in a sheet.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class Slicer : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Position
The position of the slicer. Note that slicer can be positioned only on existing sheet. Also, width and height of slicer can be automatically adjusted to keep it within permitted limits.
Declaration
[JsonProperty("position")]
public virtual EmbeddedObjectPosition Position { get; set; }
Property Value
Type | Description |
---|---|
EmbeddedObjectPosition |
SlicerId
The ID of the slicer.
Declaration
[JsonProperty("slicerId")]
public virtual int? SlicerId { get; set; }
Property Value
Type | Description |
---|---|
int? |
Spec
The specification of the slicer.
Declaration
[JsonProperty("spec")]
public virtual SlicerSpec Spec { get; set; }
Property Value
Type | Description |
---|---|
SlicerSpec |