Show / Hide Table of Contents

Class SheetsChartReference

A reference to a linked chart embedded from Google Sheets.

Inheritance
object
SheetsChartReference
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.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class SheetsChartReference : IDirectResponseSchema

Properties

ChartId

The ID of the specific chart in the Google Sheets spreadsheet that's embedded.

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

ETag

The ETag of the item.

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

SpreadsheetId

The ID of the Google Sheets spreadsheet that contains the source chart.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX