google_api_docs v0.10.0 GoogleApi.Docs.V1.Model.TableCellLocation View Source
Location of a single cell within a table.
Attributes
-
columnIndex
(type:integer()
, default:nil
) - The zero-based column index. For example, the second column in the table has a column index of 1. -
rowIndex
(type:integer()
, default:nil
) - The zero-based row index. For example, the second row in the table has a row index of 1. -
tableStartLocation
(type:GoogleApi.Docs.V1.Model.Location.t
, default:nil
) - The location where the table starts in the document.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Docs.V1.Model.TableCellLocation{ columnIndex: integer(), rowIndex: integer(), tableStartLocation: GoogleApi.Docs.V1.Model.Location.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.