Class TableCell
Properties and contents of each table cell.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class TableCell : IDirectResponseSchema
Properties
ColumnSpan
Column span of the cell.
Declaration
[JsonProperty("columnSpan")]
public virtual int? ColumnSpan { 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 |
Location
The location of the cell within the table.
Declaration
[JsonProperty("location")]
public virtual TableCellLocation Location { get; set; }
Property Value
| Type | Description |
|---|---|
| TableCellLocation |
RowSpan
Row span of the cell.
Declaration
[JsonProperty("rowSpan")]
public virtual int? RowSpan { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
TableCellProperties
The properties of the table cell.
Declaration
[JsonProperty("tableCellProperties")]
public virtual TableCellProperties TableCellProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| TableCellProperties |
Text
The text content of the cell.
Declaration
[JsonProperty("text")]
public virtual TextContent Text { get; set; }
Property Value
| Type | Description |
|---|---|
| TextContent |