google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.GridProperties View Source

Properties of a grid.

Attributes

  • columnCount (integer()): The number of columns in the grid. Defaults to: null.
  • columnGroupControlAfter (boolean()): True if the column grouping control toggle is shown after the group. Defaults to: null.
  • frozenColumnCount (integer()): The number of columns that are frozen in the grid. Defaults to: null.
  • frozenRowCount (integer()): The number of rows that are frozen in the grid. Defaults to: null.
  • hideGridlines (boolean()): True if the grid isn't showing gridlines in the UI. Defaults to: null.
  • rowCount (integer()): The number of rows in the grid. Defaults to: null.
  • rowGroupControlAfter (boolean()): True if the row grouping control toggle is shown after the group. 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.Sheets.V4.Model.GridProperties{
  columnCount: any(),
  columnGroupControlAfter: any(),
  frozenColumnCount: any(),
  frozenRowCount: any(),
  hideGridlines: any(),
  rowCount: any(),
  rowGroupControlAfter: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.