Show / Hide Table of Contents

Class InsertTableRowRequest

Inserts an empty row into a table.

Inheritance
object
InsertTableRowRequest
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 InsertTableRowRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InsertBelow

Whether to insert new row below the reference cell location. - True: insert below the cell. - False: insert above the cell.

Declaration
[JsonProperty("insertBelow")]
public virtual bool? InsertBelow { get; set; }
Property Value
Type Description
bool?

TableCellLocation

The reference table cell location from which rows will be inserted. A new row will be inserted above (or below) the row where the reference cell is. If the reference cell is a merged cell, a new row will be inserted above (or below) 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