google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.OverlayPosition View Source
The location an object is overlaid on top of a grid.
Attributes
- anchorCell (GridCoordinate): The cell the object is anchored to. Defaults to:
null
. - heightPixels (Integer): The height of the object, in pixels. Defaults to 371. Defaults to:
null
. - offsetXPixels (Integer): The horizontal offset, in pixels, that the object is offset from the anchor cell. Defaults to:
null
. - offsetYPixels (Integer): The vertical offset, in pixels, that the object is offset from the anchor cell. Defaults to:
null
. - widthPixels (Integer): The width of the object, in pixels. Defaults to 600. Defaults to:
null
.