Show / Hide Table of Contents

Class AppendDimensionRequest

Appends rows or columns to the end of a sheet.

Inheritance
object
AppendDimensionRequest
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.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class AppendDimensionRequest : IDirectResponseSchema

Properties

Dimension

Whether rows or columns should be appended.

Declaration
[JsonProperty("dimension")]
public virtual string Dimension { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Length

The number of rows or columns to append.

Declaration
[JsonProperty("length")]
public virtual int? Length { get; set; }
Property Value
Type Description
int?

SheetId

The sheet to append rows or columns to.

Declaration
[JsonProperty("sheetId")]
public virtual int? SheetId { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX