Class UpdateEmbeddedObjectPositionRequest
Update an embedded object's position (such as a moving or resizing a chart or image).
Inheritance
System.Object
UpdateEmbeddedObjectPositionRequest
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 UpdateEmbeddedObjectPositionRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fields
The fields of OverlayPosition that should be updated when setting a new position. Used only if
newPosition.overlayPosition is set, in which case at least one field must be specified. The root
newPosition.overlayPosition
is implied and should not be specified. A single "*"
can be used as
short-hand for listing every field.
Declaration
[JsonProperty("fields")]
public virtual object Fields { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
NewPosition
An explicit position to move the embedded object to. If newPosition.sheetId is set, a new sheet with that ID will be created. If newPosition.newSheet is set to true, a new sheet will be created with an ID that will be chosen for you.
Declaration
[JsonProperty("newPosition")]
public virtual EmbeddedObjectPosition NewPosition { get; set; }
Property Value
Type | Description |
---|---|
EmbeddedObjectPosition |
ObjectId
The ID of the object to moved.
Declaration
[JsonProperty("objectId")]
public virtual int? ObjectId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |