google_api_sheets v0.0.2 GoogleApi.Sheets.V4.Model.GridCoordinate View Source

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

Attributes

  • columnIndex (integer()): The column index of the coordinate. Defaults to: null.
  • rowIndex (integer()): The row index of the coordinate. Defaults to: null.
  • sheetId (integer()): The sheet this coordinate is on. 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.GridCoordinate{
  columnIndex: any(),
  rowIndex: any(),
  sheetId: any()
}