Class DimensionProperties
Properties about a dimension.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class DimensionProperties : IDirectResponseSchema
Properties
DataSourceColumnReference
Output only. If set, this is a column in a data source sheet.
Declaration
[JsonProperty("dataSourceColumnReference")]
public virtual DataSourceColumnReference DataSourceColumnReference { get; set; }
Property Value
Type | Description |
---|---|
DataSourceColumnReference |
DeveloperMetadata
The developer metadata associated with a single row or column.
Declaration
[JsonProperty("developerMetadata")]
public virtual IList<DeveloperMetadata> DeveloperMetadata { get; set; }
Property Value
Type | Description |
---|---|
IList<DeveloperMetadata> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HiddenByFilter
True if this dimension is being filtered. This field is read-only.
Declaration
[JsonProperty("hiddenByFilter")]
public virtual bool? HiddenByFilter { get; set; }
Property Value
Type | Description |
---|---|
bool? |
HiddenByUser
True if this dimension is explicitly hidden.
Declaration
[JsonProperty("hiddenByUser")]
public virtual bool? HiddenByUser { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PixelSize
The height (if a row) or width (if a column) of the dimension in pixels.
Declaration
[JsonProperty("pixelSize")]
public virtual int? PixelSize { get; set; }
Property Value
Type | Description |
---|---|
int? |