Show / Hide Table of Contents

Class PasteDataRequest

Inserts data into the spreadsheet starting at the specified coordinate.

Inheritance
object
PasteDataRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX