Class SourceAndDestination
A combination of a source range and how to extend that source.
Inheritance
System.Object
SourceAndDestination
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class SourceAndDestination : object, IDirectResponseSchema
Properties
Dimension
The dimension that data should be filled into.
Declaration
public virtual string Dimension { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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
public virtual Nullable<int> FillLength { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Source
The location of the data to use as the source of the autofill.
Declaration
public virtual GridRange Source { get; set; }
Property Value
| Type | Description |
|---|---|
| GridRange |