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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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`."]]],[]]