Enum DataSourceRefreshScope
データソース更新範囲更新のスコープの列挙。
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。たとえば、
SpreadsheetApp.DataSourceRefreshScope.ALL_DATA_SOURCES
です。
プロパティ
プロパティ | タイプ | 説明 |
DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED | Enum | データソースの更新範囲がサポートされていません。 |
ALL_DATA_SOURCES | Enum | 更新は、スプレッドシート内のすべてのデータソースに適用されます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-02 UTC。
[null,null,["最終更新日 2024-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`."]]],[]]