Class DataSourceSheetDimensionRange
A range along a single dimension on a DATA_SOURCE sheet.
Implements
Inherited Members
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? |