Class InsertTableColumnsRequest
Inserts columns into a table.
Other columns in the table will be resized to fit the new column.
Inheritance
System.Object
InsertTableColumnsRequest
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Boolean> |
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 |
|---|---|
| System.Nullable<System.Int32> |
TableObjectId
The table to insert columns into.
Declaration
[JsonProperty("tableObjectId")]
public virtual string TableObjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |