Class PasteDataRequest
Inserts data into the spreadsheet starting at the specified coordinate.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class PasteDataRequest : IDirectResponseSchema
Properties
Coordinate
The coordinate at which the data should start being inserted.
Declaration
[JsonProperty("coordinate")]
public virtual GridCoordinate Coordinate { get; set; }
Property Value
Type | Description |
---|---|
GridCoordinate |
Data
The data to insert.
Declaration
[JsonProperty("data")]
public virtual string Data { get; set; }
Property Value
Type | Description |
---|---|
string |
Delimiter
The delimiter in the data.
Declaration
[JsonProperty("delimiter")]
public virtual string Delimiter { 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 |
Html
True if the data is HTML.
Declaration
[JsonProperty("html")]
public virtual bool? Html { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Type
How the data should be pasted.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |