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