Show / Hide Table of Contents

Class UnmergeTableCellsRequest

Unmerges cells in a Table.

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

Properties

ETag

The ETag of the item.

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

TableRange

The table range specifying which cells of the table to unmerge. All merged cells in this range will be unmerged, and cells that are already unmerged will not be affected. If the range has no merged cells, the request will do nothing. If there is text in any of the merged cells, the text will remain in the "head" cell of the resulting block of unmerged cells. The "head" cell is the upper-left cell when the content direction is from left to right, and the upper-right otherwise.

Declaration
[JsonProperty("tableRange")]
public virtual TableRange TableRange { get; set; }
Property Value
Type Description
TableRange

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX