Show / Hide Table of Contents

Class DeleteTableColumnRequest

Deletes a column from a table.

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

Properties

ETag

The ETag of the item.

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

TableCellLocation

The reference table cell location from which the column will be deleted. The column this cell spans will be deleted. If this is a merged cell that spans multiple columns, all columns that the cell spans will be deleted. If no columns remain in the table after this deletion, the whole table is deleted.

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