Show / Hide Table of Contents

Class ChartSourceRange

Source ranges for a chart.

Inheritance
System.Object
ChartSourceRange
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class ChartSourceRange : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Sources

Declaration
public virtual IList<GridRange> Sources { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GridRange>

Implements

IDirectResponseSchema
Back to top