Enum DataSourceRefreshScope
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 および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 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`."]]],[]]