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