Class TableCellLocation
Location of a single cell within a table.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class TableCellLocation : IDirectResponseSchemaProperties
ColumnIndex
The zero-based column index. For example, the second column in the table has a column index of 1.
Declaration
[JsonProperty("columnIndex")]
public virtual int? ColumnIndex { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
RowIndex
The zero-based row index. For example, the second row in the table has a row index of 1.
Declaration
[JsonProperty("rowIndex")]
public virtual int? RowIndex { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
TableStartLocation
The location where the table starts in the document.
Declaration
[JsonProperty("tableStartLocation")]
public virtual Location TableStartLocation { get; set; }Property Value
| Type | Description | 
|---|---|
| Location |