Show / Hide Table of Contents

Class DataSourceSheetDimensionRange

A range along a single dimension on a DATA_SOURCE sheet.

Inheritance
System.Object
DataSourceSheetDimensionRange
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class DataSourceSheetDimensionRange : IDirectResponseSchema

Properties

ColumnReferences

The columns on the data source sheet.

Declaration
[JsonProperty("columnReferences")]
public virtual IList<DataSourceColumnReference> ColumnReferences { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<DataSourceColumnReference>

ETag

The ETag of the item.

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

SheetId

The ID of the data source sheet the range is on.

Declaration
[JsonProperty("sheetId")]
public virtual int? SheetId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

IDirectResponseSchema
In This Article
Back to top