Show / Hide Table of Contents

Class InsertTableColumnRequest

Inserts an empty column into a table.

Inheritance
object
InsertTableColumnRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX