SpreadsheetProperties
class SpreadsheetProperties extends Model (View source)
Properties
string | $autoRecalc | ||
protected | $defaultFormatType | ||
protected | $defaultFormatDataType | ||
bool | $importFunctionsExternalUrlAccessAllowed | ||
protected | $iterativeCalculationSettingsType | ||
protected | $iterativeCalculationSettingsDataType | ||
string | $locale | ||
protected | $spreadsheetThemeType | ||
protected | $spreadsheetThemeDataType | ||
string | $timeZone | ||
string | $title |
Methods
setAutoRecalc($autoRecalc)
No description
string
getAutoRecalc()
No description
getDefaultFormat()
No description
setImportFunctionsExternalUrlAccessAllowed($importFunctionsExternalUrlAccessAllowed)
No description
bool
getImportFunctionsExternalUrlAccessAllowed()
No description
setIterativeCalculationSettings(IterativeCalculationSettings $iterativeCalculationSettings)
No description
getIterativeCalculationSettings()
No description
setLocale($locale)
No description
string
getLocale()
No description
getSpreadsheetTheme()
No description
setTimeZone($timeZone)
No description
string
getTimeZone()
No description
setTitle($title)
No description
string
getTitle()
No description
Details
setAutoRecalc($autoRecalc)
No description
string
getAutoRecalc()
No description
setDefaultFormat(CellFormat $defaultFormat)
No description
CellFormat
getDefaultFormat()
No description
setImportFunctionsExternalUrlAccessAllowed($importFunctionsExternalUrlAccessAllowed)
No description
bool
getImportFunctionsExternalUrlAccessAllowed()
No description
setIterativeCalculationSettings(IterativeCalculationSettings $iterativeCalculationSettings)
No description
IterativeCalculationSettings
getIterativeCalculationSettings()
No description
setLocale($locale)
No description
string
getLocale()
No description
setSpreadsheetTheme(SpreadsheetTheme $spreadsheetTheme)
No description
SpreadsheetTheme
getSpreadsheetTheme()
No description
setTimeZone($timeZone)
No description
string
getTimeZone()
No description
setTitle($title)
No description
string
getTitle()
No description