Show / Hide Table of Contents

Class MergeCellsRequest

Merges all cells in the range.

Inheritance
System.Object
MergeCellsRequest
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class MergeCellsRequest : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MergeType

How the cells should be merged.

Declaration
public virtual string MergeType { get; set; }
Property Value
Type Description
System.String

Range

The range of cells to merge.

Declaration
public virtual GridRange Range { get; set; }
Property Value
Type Description
GridRange

Implements

IDirectResponseSchema
Back to top