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