Show / Hide Table of Contents

Class TableCell

Properties and contents of each table cell.

Inheritance
object
TableCell
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX