Class InsertTableColumnRequest
Inserts an empty column into a table.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class InsertTableColumnRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InsertRight
Whether to insert new column to the right of the reference cell location. - True
: insert to the right. -
False
: insert to the left.
Declaration
[JsonProperty("insertRight")]
public virtual bool? InsertRight { get; set; }
Property Value
Type | Description |
---|---|
bool? |
TableCellLocation
The reference table cell location from which columns will be inserted. A new column will be inserted to the left (or right) of the column where the reference cell is. If the reference cell is a merged cell, a new column will be inserted to the left (or right) of the merged cell.
Declaration
[JsonProperty("tableCellLocation")]
public virtual TableCellLocation TableCellLocation { get; set; }
Property Value
Type | Description |
---|---|
TableCellLocation |