Class TableCell
Properties and contents of each table cell.
Inheritance
System.Object
TableCell
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.Nullable<System.Int32> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Int32> |
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 |
Implements
Google.Apis.Requests.IDirectResponseSchema