Show / Hide Table of Contents

Class OverlayPosition

The location an object is overlaid on top of a grid.

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

Properties

AnchorCell

The cell the object is anchored to.

Declaration
[JsonProperty("anchorCell")]
public virtual GridCoordinate AnchorCell { get; set; }
Property Value
Type Description
GridCoordinate

ETag

The ETag of the item.

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

HeightPixels

The height of the object, in pixels. Defaults to 371.

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

OffsetXPixels

The horizontal offset, in pixels, that the object is offset from the anchor cell.

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

OffsetYPixels

The vertical offset, in pixels, that the object is offset from the anchor cell.

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

WidthPixels

The width of the object, in pixels. Defaults to 600.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX