Class InsertTableColumnsRequest
Inserts columns into a table. Other columns in the table will be resized to fit the new column.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class InsertTableColumnsRequest : IDirectResponseSchema
Properties
CellLocation
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("cellLocation")]
public virtual TableCellLocation CellLocation { get; set; }
Property Value
Type | Description |
---|---|
TableCellLocation |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InsertRight
Whether to insert new columns 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? |
Number
The number of columns to be inserted. Maximum 20 per request.
Declaration
[JsonProperty("number")]
public virtual int? Number { get; set; }
Property Value
Type | Description |
---|---|
int? |
TableObjectId
The table to insert columns into.
Declaration
[JsonProperty("tableObjectId")]
public virtual string TableObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |