Class InsertRangeRequest
Inserts cells into a range, shifting the existing cells over or down.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class InsertRangeRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Range
The range to insert new cells into.
Declaration
[JsonProperty("range")]
public virtual GridRange Range { get; set; }
Property Value
Type | Description |
---|---|
GridRange |
ShiftDimension
The dimension which will be shifted when inserting cells. If ROWS, existing cells will be shifted down. If COLUMNS, existing cells will be shifted right.
Declaration
[JsonProperty("shiftDimension")]
public virtual string ShiftDimension { get; set; }
Property Value
Type | Description |
---|---|
string |