Class TableRowsProperties
The table row properties.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class TableRowsProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstBandColorStyle
The first color that is alternating. If this field is set, the first banded row is filled with the specified color. Otherwise, the first banded row is filled with a default color.
Declaration
[JsonProperty("firstBandColorStyle")]
public virtual ColorStyle FirstBandColorStyle { get; set; }
Property Value
Type | Description |
---|---|
ColorStyle |
FooterColorStyle
The color of the last row. If this field is not set a footer is not added, the last row is filled with either first_band_color_style or second_band_color_style, depending on the color of the previous row. If updating an existing table without a footer to have a footer, the range will be expanded by 1 row. If updating an existing table with a footer and removing a footer, the range will be shrunk by 1 row.
Declaration
[JsonProperty("footerColorStyle")]
public virtual ColorStyle FooterColorStyle { get; set; }
Property Value
Type | Description |
---|---|
ColorStyle |
HeaderColorStyle
The color of the header row. If this field is set, the header row is filled with the specified color. Otherwise, the header row is filled with a default color.
Declaration
[JsonProperty("headerColorStyle")]
public virtual ColorStyle HeaderColorStyle { get; set; }
Property Value
Type | Description |
---|---|
ColorStyle |
SecondBandColorStyle
The second color that is alternating. If this field is set, the second banded row is filled with the specified color. Otherwise, the second banded row is filled with a default color.
Declaration
[JsonProperty("secondBandColorStyle")]
public virtual ColorStyle SecondBandColorStyle { get; set; }
Property Value
Type | Description |
---|---|
ColorStyle |