SpreadsheetProperties constructor
SpreadsheetProperties({
- String? autoRecalc,
- CellFormat? defaultFormat,
- bool? importFunctionsExternalUrlAccessAllowed,
- IterativeCalculationSettings? iterativeCalculationSettings,
- String? locale,
- SpreadsheetTheme? spreadsheetTheme,
- String? timeZone,
- String? title,
Implementation
SpreadsheetProperties({
this.autoRecalc,
this.defaultFormat,
this.importFunctionsExternalUrlAccessAllowed,
this.iterativeCalculationSettings,
this.locale,
this.spreadsheetTheme,
this.timeZone,
this.title,
});