Class Padding
The amount of padding around the cell, in pixels. When updating padding, every field must be specified.
Implements
Inherited Members
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? |