Show / Hide Table of Contents

Class SpreadsheetProperties

Properties of a spreadsheet.

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

Properties

AutoRecalc

The amount of time to wait before volatile functions are recalculated.

Declaration
[JsonProperty("autoRecalc")]
public virtual string AutoRecalc { get; set; }
Property Value
Type Description
string

DefaultFormat

The default format of all cells in the spreadsheet. CellData.effectiveFormat will not be set if the cell's format is equal to this default format. This field is read-only.

Declaration
[JsonProperty("defaultFormat")]
public virtual CellFormat DefaultFormat { get; set; }
Property Value
Type Description
CellFormat

ETag

The ETag of the item.

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

ImportFunctionsExternalUrlAccessAllowed

Whether to allow external URL access for image and import functions. Read only when true. When false, you can set to true. This value will be bypassed and always return true if the admin has enabled the allowlisting feature.

Declaration
[JsonProperty("importFunctionsExternalUrlAccessAllowed")]
public virtual bool? ImportFunctionsExternalUrlAccessAllowed { get; set; }
Property Value
Type Description
bool?

IterativeCalculationSettings

Determines whether and how circular references are resolved with iterative calculation. Absence of this field means that circular references result in calculation errors.

Declaration
[JsonProperty("iterativeCalculationSettings")]
public virtual IterativeCalculationSettings IterativeCalculationSettings { get; set; }
Property Value
Type Description
IterativeCalculationSettings

Locale

The locale of the spreadsheet in one of the following formats: * an ISO 639-1 language code such as en * an ISO 639-2 language code such as fil, if no 639-1 code exists * a combination of the ISO language code and country code, such as en_US Note: when updating this field, not all locales/languages are supported.

Declaration
[JsonProperty("locale")]
public virtual string Locale { get; set; }
Property Value
Type Description
string

SpreadsheetTheme

Theme applied to the spreadsheet.

Declaration
[JsonProperty("spreadsheetTheme")]
public virtual SpreadsheetTheme SpreadsheetTheme { get; set; }
Property Value
Type Description
SpreadsheetTheme

TimeZone

The time zone of the spreadsheet, in CLDR format such as America/New_York. If the time zone isn't recognized, this may be a custom time zone such as GMT-07:00.

Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Type Description
string

Title

The title of the spreadsheet.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX