Enum ValueType
값유형
Spreadsheet 서비스의 Range 클래스에서 Range.getValue()
및 Range.getValues()
에 의해 반환되는 값 유형의 열거형입니다. 아래에 나열된 열거형 값은 Number
, Boolean
, Date
, String
외에도 적용됩니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다. 예를 들면
SpreadsheetApp.ValueType.IMAGE
입니다.
속성
속성 | 유형 | 설명 |
IMAGE | Enum | 셀에 이미지가 포함된 경우의 값 유형입니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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`."]]],[]]