google_api_sheets v0.0.2 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.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Sheets.V4.Model.OverlayPosition{
  anchorCell: GoogleApi.Sheets.V4.Model.GridCoordinate.t(),
  heightPixels: any(),
  offsetXPixels: any(),
  offsetYPixels: any(),
  widthPixels: any()
}