Class SheetsChartReference
A reference to a linked chart embedded from Google Sheets.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class SheetsChartReference : IDirectResponseSchemaProperties
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 |