Class GridProperties
Properties of a grid.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class GridProperties : IDirectResponseSchema
Properties
ColumnCount
The number of columns in the grid.
Declaration
[JsonProperty("columnCount")]
public virtual int? ColumnCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ColumnGroupControlAfter
True if the column grouping control toggle is shown after the group.
Declaration
[JsonProperty("columnGroupControlAfter")]
public virtual bool? ColumnGroupControlAfter { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FrozenColumnCount
The number of columns that are frozen in the grid.
Declaration
[JsonProperty("frozenColumnCount")]
public virtual int? FrozenColumnCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
FrozenRowCount
The number of rows that are frozen in the grid.
Declaration
[JsonProperty("frozenRowCount")]
public virtual int? FrozenRowCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
HideGridlines
True if the grid isn't showing gridlines in the UI.
Declaration
[JsonProperty("hideGridlines")]
public virtual bool? HideGridlines { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RowCount
The number of rows in the grid.
Declaration
[JsonProperty("rowCount")]
public virtual int? RowCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
RowGroupControlAfter
True if the row grouping control toggle is shown after the group.
Declaration
[JsonProperty("rowGroupControlAfter")]
public virtual bool? RowGroupControlAfter { get; set; }
Property Value
Type | Description |
---|---|
bool? |