Class InsertRangeRequest
Inserts cells into a range, shifting the existing cells over or down.
Inheritance
System.Object
InsertRangeRequest
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class InsertRangeRequest : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Range
The range to insert new cells into.
Declaration
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
public virtual string ShiftDimension { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |