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

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()
}