Show / Hide Table of Contents

Class Padding

The amount of padding around the cell, in pixels. When updating padding, every field must be specified.

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

Properties

Bottom

The bottom padding of the cell.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Left

The left padding of the cell.

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

Right

The right padding of the cell.

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

Top

The top padding of the cell.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX