Class EmbeddedObjectPosition
The position of an embedded object such as a chart.
Inheritance
System.Object
EmbeddedObjectPosition
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.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 |
---|---|
System.Nullable<System.Boolean> |
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 |
---|---|
System.Nullable<System.Int32> |