Class AppendDimensionRequest
Appends rows or columns to the end of a sheet.
Implements
Inherited Members
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? |