קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ValueType
אנטומציה של סוגי הערכים שמוחזרים על ידי Range.getValue() ו-Range.getValues() ממעמד Range של שירות הגיליון האלקטרוני. ערכי המניין שמפורטים בהמשך הם בנוסף ל-Number, ל-Boolean, ל-Date או ל-String.
כדי לקרוא למאפיין enum, צריך לקרוא לכיתה ההורה, לשם ולנכס שלו. לדוגמה,
SpreadsheetApp.ValueType.IMAGE.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-12-03 (שעון UTC)."],[[["`ValueType` is an enumeration used to identify the type of data returned by `getValue()` and `getValues()` methods of the `Range` class in Google Apps Script."],["Besides common types like `Number`, `Boolean`, `Date`, or `String`, it includes specific types like `IMAGE` to indicate an image in a cell."],["To refer to a specific value type, use the syntax: `SpreadsheetApp.ValueType.PROPERTY`, for example, `SpreadsheetApp.ValueType.IMAGE`."]]],[]]