View Source GoogleApi.Sheets.V4.Model.GridProperties (google_api_sheets v0.34.0)

Properties of a grid.

Attributes

  • columnCount (type: integer(), default: nil) - The number of columns in the grid.
  • columnGroupControlAfter (type: boolean(), default: nil) - True if the column grouping control toggle is shown after the group.
  • frozenColumnCount (type: integer(), default: nil) - The number of columns that are frozen in the grid.
  • frozenRowCount (type: integer(), default: nil) - The number of rows that are frozen in the grid.
  • hideGridlines (type: boolean(), default: nil) - True if the grid isn't showing gridlines in the UI.
  • rowCount (type: integer(), default: nil) - The number of rows in the grid.
  • rowGroupControlAfter (type: boolean(), default: nil) - True if the row grouping control toggle is shown after the group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.GridProperties{
  columnCount: integer() | nil,
  columnGroupControlAfter: boolean() | nil,
  frozenColumnCount: integer() | nil,
  frozenRowCount: integer() | nil,
  hideGridlines: boolean() | nil,
  rowCount: integer() | nil,
  rowGroupControlAfter: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.