Show / Hide Table of Contents

Class SpreadsheetTheme

Represents spreadsheet theme

Inheritance
System.Object
SpreadsheetTheme
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class SpreadsheetTheme : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

PrimaryFontFamily

Name of the primary font family.

Declaration
[JsonProperty("primaryFontFamily")]
public virtual string PrimaryFontFamily { get; set; }
Property Value
Type Description
System.String

ThemeColors

The spreadsheet theme color pairs. To update you must provide all theme color pairs.

Declaration
[JsonProperty("themeColors")]
public virtual IList<ThemeColorPair> ThemeColors { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ThemeColorPair>

Implements

IDirectResponseSchema
In This Article
Back to top