Class ThemeColorPair
A pair mapping a spreadsheet theme color type to the concrete color it represents.
Inheritance
System.Object
ThemeColorPair
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class ThemeColorPair : object, IDirectResponseSchema
Properties
Color
The concrete color corresponding to the theme color type.
Declaration
public virtual ColorStyle Color { get; set; }
Property Value
| Type | Description |
|---|---|
| ColorStyle |
ColorType
The type of the spreadsheet theme color.
Declaration
public virtual string ColorType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |