Show / Hide Table of Contents

Class DataSourceObjectReference

Reference to a data source object.

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

Properties

ChartId

References to a data source chart.

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

DataSourceFormulaCell

References to a cell containing DataSourceFormula.

Declaration
[JsonProperty("dataSourceFormulaCell")]
public virtual GridCoordinate DataSourceFormulaCell { get; set; }
Property Value
Type Description
GridCoordinate

DataSourcePivotTableAnchorCell

References to a data source PivotTable anchored at the cell.

Declaration
[JsonProperty("dataSourcePivotTableAnchorCell")]
public virtual GridCoordinate DataSourcePivotTableAnchorCell { get; set; }
Property Value
Type Description
GridCoordinate

DataSourceTableAnchorCell

References to a DataSourceTable anchored at the cell.

Declaration
[JsonProperty("dataSourceTableAnchorCell")]
public virtual GridCoordinate DataSourceTableAnchorCell { 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

SheetId

References to a DATA_SOURCE sheet.

Declaration
[JsonProperty("sheetId")]
public virtual string SheetId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX