Show / Hide Table of Contents

Class DataSourceSheetDimensionRange

A range along a single dimension on a DATA_SOURCE sheet.

Inheritance
object
DataSourceSheetDimensionRange
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 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
IList<DataSourceColumnReference>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX