Class TableColumnProperties
Properties of each column in a table.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class TableColumnProperties : IDirectResponseSchema
Properties
ColumnWidth
Width of a column.
Declaration
[JsonProperty("columnWidth")]
public virtual Dimension ColumnWidth { get; set; }
Property Value
Type | Description |
---|---|
Dimension |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |