Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
DataSourceRefreshScope
Un'enumerazione degli ambiti per gli aggiornamenti.
Per chiamare un'enumerazione, devi chiamare la classe, il nome e la proprietà principali. Ad esempio,
SpreadsheetApp.DataSourceRefreshScope.ALL_DATA_SOURCES.
Proprietà
Proprietà
Tipo
Descrizione
DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED
Enum
L'ambito di aggiornamento dell'origine dati non è supportato.
ALL_DATA_SOURCES
Enum
L'aggiornamento viene applicato a tutte le origini dati nel foglio di lavoro.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2023-12-02 UTC."],[[["`DataSourceRefreshScope` is used to define the scope of data refreshes within a spreadsheet."],["You can specify the scope using properties like `ALL_DATA_SOURCES` to refresh all data sources or `DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED` if the scope is not supported."],["To use these properties, you need to call them using the parent class followed by the enum name and property like `SpreadsheetApp.DataSourceRefreshScope.ALL_DATA_SOURCES`."]]],[]]