SpreadsheetProperties class
Properties of a spreadsheet.
Constructors
- SpreadsheetProperties({String? autoRecalc, CellFormat? defaultFormat, bool? importFunctionsExternalUrlAccessAllowed, IterativeCalculationSettings? iterativeCalculationSettings, String? locale, SpreadsheetTheme? spreadsheetTheme, String? timeZone, String? title})
- SpreadsheetProperties.fromJson(Map json_)
Properties
- autoRecalc ↔ String?
-
The amount of time to wait before volatile functions are recalculated.
Possible string values are:
getter/setter pair
- defaultFormat ↔ CellFormat?
-
The default format of all cells in the spreadsheet.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- importFunctionsExternalUrlAccessAllowed ↔ bool?
-
Whether to allow external URL access for image and import functions.
getter/setter pair
- iterativeCalculationSettings ↔ IterativeCalculationSettings?
-
Determines whether and how circular references are resolved with iterative
calculation.
getter/setter pair
- locale ↔ String?
-
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 asfil
, if no 639-1 code exists * a combination of the ISO language code and country code, such asen_US
Note: when updating this field, not all locales/languages are supported.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spreadsheetTheme ↔ SpreadsheetTheme?
-
Theme applied to the spreadsheet.
getter/setter pair
- timeZone ↔ String?
-
The time zone of the spreadsheet, in CLDR format such as
America/New_York
.getter/setter pair - title ↔ String?
-
The title of the spreadsheet.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited