SpreadsheetProperties constructor

SpreadsheetProperties({
  1. String? autoRecalc,
  2. CellFormat? defaultFormat,
  3. bool? importFunctionsExternalUrlAccessAllowed,
  4. IterativeCalculationSettings? iterativeCalculationSettings,
  5. String? locale,
  6. SpreadsheetTheme? spreadsheetTheme,
  7. String? timeZone,
  8. String? title,
})

Implementation

SpreadsheetProperties({
  this.autoRecalc,
  this.defaultFormat,
  this.importFunctionsExternalUrlAccessAllowed,
  this.iterativeCalculationSettings,
  this.locale,
  this.spreadsheetTheme,
  this.timeZone,
  this.title,
});