Show / Hide Table of Contents

Class Borders

The borders of the cell.

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

Properties

Bottom

The bottom border of the cell.

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

ETag

The ETag of the item.

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

Left

The left border of the cell.

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

Right

The right border of the cell.

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

Top

The top border of the cell.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX