Show / Hide Table of Contents

Class CutPasteRequest

Moves data from the source to the destination.

Inheritance
object
CutPasteRequest
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 CutPasteRequest : IDirectResponseSchema

Properties

Destination

The top-left coordinate where the data should be pasted.

Declaration
[JsonProperty("destination")]
public virtual GridCoordinate Destination { get; set; }
Property Value
Type Description
GridCoordinate

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PasteType

What kind of data to paste. All the source data will be cut, regardless of what is pasted.

Declaration
[JsonProperty("pasteType")]
public virtual string PasteType { get; set; }
Property Value
Type Description
string

Source

The source data to cut.

Declaration
[JsonProperty("source")]
public virtual GridRange Source { get; set; }
Property Value
Type Description
GridRange

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX