GoogleApi.Sheets.V4.Model.GridCoordinate (google_api_sheets v0.28.1) View Source

A coordinate in a sheet. All indexes are zero-based.

Attributes

  • columnIndex (type: integer(), default: nil) - The column index of the coordinate.
  • rowIndex (type: integer(), default: nil) - The row index of the coordinate.
  • sheetId (type: integer(), default: nil) - The sheet this coordinate is on.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Sheets.V4.Model.GridCoordinate{
  columnIndex: integer() | nil,
  rowIndex: integer() | nil,
  sheetId: integer() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.