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

setDefaultFormat(CellFormat $defaultFormat)

No description

getDefaultFormat()

No description

setImportFunctionsExternalUrlAccessAllowed($importFunctionsExternalUrlAccessAllowed)

No description

setIterativeCalculationSettings(IterativeCalculationSettings $iterativeCalculationSettings)

No description

setLocale($locale)

No description

string
getLocale()

No description

setSpreadsheetTheme(SpreadsheetTheme $spreadsheetTheme)

No description

setTimeZone($timeZone)

No description

string
getTimeZone()

No description

setTitle($title)

No description

string
getTitle()

No description

Details

setAutoRecalc($autoRecalc)

No description

Parameters

$autoRecalc

string getAutoRecalc()

No description

Return Value

string

setDefaultFormat(CellFormat $defaultFormat)

No description

Parameters

CellFormat $defaultFormat

CellFormat getDefaultFormat()

No description

Return Value

CellFormat

setImportFunctionsExternalUrlAccessAllowed($importFunctionsExternalUrlAccessAllowed)

No description

Parameters

$importFunctionsExternalUrlAccessAllowed

bool getImportFunctionsExternalUrlAccessAllowed()

No description

Return Value

bool

setIterativeCalculationSettings(IterativeCalculationSettings $iterativeCalculationSettings)

No description

Parameters

IterativeCalculationSettings $iterativeCalculationSettings

IterativeCalculationSettings getIterativeCalculationSettings()

No description

setLocale($locale)

No description

Parameters

$locale

string getLocale()

No description

Return Value

string

setSpreadsheetTheme(SpreadsheetTheme $spreadsheetTheme)

No description

Parameters

SpreadsheetTheme $spreadsheetTheme

SpreadsheetTheme getSpreadsheetTheme()

No description

Return Value

SpreadsheetTheme

setTimeZone($timeZone)

No description

Parameters

$timeZone

string getTimeZone()

No description

Return Value

string

setTitle($title)

No description

Parameters

$title

string getTitle()

No description

Return Value

string