Show / Hide Table of Contents

Class EmbeddedObjectPosition

The position of an embedded object such as a chart.

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

Properties

ETag

The ETag of the item.

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

NewSheet

If true, the embedded object is put on a new sheet whose ID is chosen for you. Used only when writing.

Declaration
[JsonProperty("newSheet")]
public virtual bool? NewSheet { get; set; }
Property Value
Type Description
bool?

OverlayPosition

The position at which the object is overlaid on top of a grid.

Declaration
[JsonProperty("overlayPosition")]
public virtual OverlayPosition OverlayPosition { get; set; }
Property Value
Type Description
OverlayPosition

SheetId

The sheet this is on. Set only if the embedded object is on its own sheet. Must be non-negative.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX