Class OverlayPosition
The location an object is overlaid on top of a grid.
Inheritance
System.Object
OverlayPosition
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 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 |
---|---|
System.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 |
---|---|
System.Nullable<System.Int32> |
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 |
---|---|
System.Nullable<System.Int32> |
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 |
---|---|
System.Nullable<System.Int32> |
WidthPixels
The width of the object, in pixels. Defaults to 600.
Declaration
[JsonProperty("widthPixels")]
public virtual int? WidthPixels { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |