Enum RecalculationInterval
RecalculationInterval
スプレッドシートの再計算に使用される間隔を表す列挙型。
列挙型を呼び出すには、親クラス、名前、プロパティを呼び出します。たとえば、
SpreadsheetApp.RecalculationInterval.ON_CHANGE
のようにします。
プロパティ
プロパティ | 種類 | 説明 |
ON_CHANGE | Enum | 値が変更された場合にのみ再計算します。 |
MINUTE | Enum | 値が変更されたタイミングと 1 分ごとに再計算します。 |
HOUR | Enum | 値が変更されたときと 1 時間ごとに再計算する |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 UTC。"],[[["`RecalculationInterval` is used to control the frequency of spreadsheet recalculations within Google Apps Script."],["It offers three options: `ON_CHANGE`, `MINUTE`, and `HOUR`, allowing for recalculation triggered by value changes, every minute, or every hour, respectively."],["To use these options, refer to them using the format `SpreadsheetApp.RecalculationInterval.[property]`, such as `SpreadsheetApp.RecalculationInterval.ON_CHANGE`."]]],[]]