google_api_sheets v0.0.2 GoogleApi.Sheets.V4.Model.EmbeddedObjectPosition View Source
The position of an embedded object such as a chart.
Attributes
- newSheet (boolean()): If true, the embedded object will be put on a new sheet whose ID is chosen for you. Used only when writing. Defaults to:
null
. - overlayPosition (OverlayPosition): The position at which the object is overlaid on top of a grid. Defaults to:
null
. - sheetId (integer()): The sheet this is on. Set only if the embedded object is on its own sheet. Must be non-negative. 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.EmbeddedObjectPosition{ newSheet: any(), overlayPosition: GoogleApi.Sheets.V4.Model.OverlayPosition.t(), sheetId: any() }