Class TableBorderCell
The properties of each border cell.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class TableBorderCell : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
The location of the border within the border table.
Declaration
[JsonProperty("location")]
public virtual TableCellLocation Location { get; set; }
Property Value
Type | Description |
---|---|
TableCellLocation |
TableBorderProperties
The border properties.
Declaration
[JsonProperty("tableBorderProperties")]
public virtual TableBorderProperties TableBorderProperties { get; set; }
Property Value
Type | Description |
---|---|
TableBorderProperties |