Class TableStyle
Styles that apply to a table.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class TableStyle : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TableColumnProperties
The properties of each column. Note that in Docs, tables contain rows and rows contain cells, similar to HTML. So the properties for a row can be found on the row's table_row_style.
Declaration
[JsonProperty("tableColumnProperties")]
public virtual IList<TableColumnProperties> TableColumnProperties { get; set; }
Property Value
Type | Description |
---|---|
IList<TableColumnProperties> |