google_api_slides v0.2.0 GoogleApi.Slides.V1.Model.InsertTableColumnsRequest View Source
Inserts columns into a table. Other columns in the table will be resized to fit the new column.
Attributes
- cellLocation (TableCellLocation): The reference table cell location from which columns will be inserted. A new column will be inserted to the left (or right) of the column where the reference cell is. If the reference cell is a merged cell, a new column will be inserted to the left (or right) of the merged cell. Defaults to:
null
. - insertRight (boolean()): Whether to insert new columns to the right of the reference cell location. - `True`: insert to the right. - `False`: insert to the left. Defaults to:
null
. - number (integer()): The number of columns to be inserted. Maximum 20 per request. Defaults to:
null
. - tableObjectId (String.t): The table to insert columns into. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.InsertTableColumnsRequest{ cellLocation: GoogleApi.Slides.V1.Model.TableCellLocation.t(), insertRight: any(), number: any(), tableObjectId: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.