Class CutPasteRequest
Moves data from the source to the destination.
Implements
Inherited Members
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 |