SpreadsheetProperties constructor

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

Implementation

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