Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
SpreadsheetProperties |
SpreadsheetProperties.clone() |
SpreadsheetProperties |
Spreadsheet.getProperties()
Overall properties of a spreadsheet.
|
SpreadsheetProperties |
UpdateSpreadsheetPropertiesRequest.getProperties()
The properties to update.
|
SpreadsheetProperties |
SpreadsheetProperties.set(String fieldName,
Object value) |
SpreadsheetProperties |
SpreadsheetProperties.setAutoRecalc(String autoRecalc)
The amount of time to wait before volatile functions are recalculated.
|
SpreadsheetProperties |
SpreadsheetProperties.setDefaultFormat(CellFormat defaultFormat)
The default format of all cells in the spreadsheet.
|
SpreadsheetProperties |
SpreadsheetProperties.setImportFunctionsExternalUrlAccessAllowed(Boolean importFunctionsExternalUrlAccessAllowed)
Whether to allow external URL access for image and import functions.
|
SpreadsheetProperties |
SpreadsheetProperties.setIterativeCalculationSettings(IterativeCalculationSettings iterativeCalculationSettings)
Determines whether and how circular references are resolved with iterative calculation.
|
SpreadsheetProperties |
SpreadsheetProperties.setLocale(String locale)
The locale of the spreadsheet in one of the following formats: * an ISO 639-1 language code
such as `en` * an ISO 639-2 language code such as `fil`, if no 639-1 code exists * a
combination of the ISO language code and country code, such as `en_US` Note: when updating this
field, not all locales/languages are supported.
|
SpreadsheetProperties |
SpreadsheetProperties.setSpreadsheetTheme(SpreadsheetTheme spreadsheetTheme)
Theme applied to the spreadsheet.
|
SpreadsheetProperties |
SpreadsheetProperties.setTimeZone(String timeZone)
The time zone of the spreadsheet, in CLDR format such as `America/New_York`.
|
SpreadsheetProperties |
SpreadsheetProperties.setTitle(String title)
The title of the spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
Spreadsheet |
Spreadsheet.setProperties(SpreadsheetProperties properties)
Overall properties of a spreadsheet.
|
UpdateSpreadsheetPropertiesRequest |
UpdateSpreadsheetPropertiesRequest.setProperties(SpreadsheetProperties properties)
The properties to update.
|
Copyright © 2011–2024 Google. All rights reserved.