Enum RecalculationInterval
RecalculationInterval
ספירה מייצגת את המרווחים האפשריים לשימוש בחישובים מחדש של גיליון אלקטרוני.
כדי לקרוא למאפיין enum, צריך לקרוא לכיתה ההורה, לשם ולנכס שלו. לדוגמה,
SpreadsheetApp.RecalculationInterval.ON_CHANGE
.
מאפיינים
נכס | סוג | תיאור |
ON_CHANGE | Enum | מחשבים מחדש רק כשהערכים משתנים. |
MINUTE | Enum | חישוב מחדש כשהערכים משתנים, וכל דקה. |
HOUR | Enum | החישוב מבוצע מחדש כשהערכים משתנים, וגם מדי שעה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-02 (שעון UTC).
[null,null,["עדכון אחרון: 2024-12-02 (שעון 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`."]]],[]]