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
.