Enum DataSourceRefreshScope
היקףרענוןמקורהנתונים
ספירה של היקפים לרענונים.
כדי לקרוא למאפיין enum, צריך לקרוא לכיתה ההורה, לשם ולנכס שלו. לדוגמה,
SpreadsheetApp.DataSourceRefreshScope.ALL_DATA_SOURCES
.
מאפיינים
נכס | סוג | תיאור |
DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED | Enum | אין תמיכה בהיקף הרענון של מקור הנתונים. |
ALL_DATA_SOURCES | Enum | הרענון חל על כל מקורות הנתונים בגיליון האלקטרוני. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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`."]]],[]]