Class TableColumnProperties
The properties of a column in a table.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class TableColumnProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Width
The width of the column. Set when the column's width_type
is FIXED_WIDTH.
Declaration
[JsonProperty("width")]
public virtual Dimension Width { get; set; }
Property Value
Type | Description |
---|---|
Dimension |
WidthType
The width type of the column.
Declaration
[JsonProperty("widthType")]
public virtual string WidthType { get; set; }
Property Value
Type | Description |
---|---|
string |