Show / Hide Table of Contents

Class Slicer

A slicer in a sheet.

Inheritance
object
Slicer
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX