Show / Hide Table of Contents

Class SourceAndDestination

A combination of a source range and how to extend that source.

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

Properties

Dimension

The dimension that data should be filled into.

Declaration
[JsonProperty("dimension")]
public virtual string Dimension { 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

FillLength

The number of rows or columns that data should be filled into. Positive numbers expand beyond the last row or last column of the source. Negative numbers expand before the first row or first column of the source.

Declaration
[JsonProperty("fillLength")]
public virtual int? FillLength { get; set; }
Property Value
Type Description
int?

Source

The location of the data to use as the source of the autofill.

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