Class DimensionProperties
Properties about a dimension.
Inheritance
System.Object
DimensionProperties
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class DimensionProperties : object, IDirectResponseSchema
Properties
DeveloperMetadata
The developer metadata associated with a single row or column.
Declaration
public virtual IList<DeveloperMetadata> DeveloperMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<DeveloperMetadata> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HiddenByFilter
True if this dimension is being filtered. This field is read-only.
Declaration
public virtual Nullable<bool> HiddenByFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
HiddenByUser
True if this dimension is explicitly hidden.
Declaration
public virtual Nullable<bool> HiddenByUser { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
PixelSize
The height (if a row) or width (if a column) of the dimension in pixels.
Declaration
public virtual Nullable<int> PixelSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |