Class EmbeddedObjectPosition
The position of an embedded object such as a chart.
Inheritance
System.Object
EmbeddedObjectPosition
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class EmbeddedObjectPosition : object, 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
public virtual Nullable<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
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
public virtual Nullable<int> SheetId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |