View Source GoogleApi.Docs.V1.Model.TableCellLocation (google_api_docs v0.17.1)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.TableCellLocation{ columnIndex: integer() | nil, rowIndex: integer() | nil, tableStartLocation: GoogleApi.Docs.V1.Model.Location.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.