Class TableCellLocation
A location of a single table cell within a table.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class TableCellLocation : IDirectResponseSchema
Properties
ColumnIndex
The 0-based column index.
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 0-based row index.
Declaration
[JsonProperty("rowIndex")]
public virtual int? RowIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |