Enum ValueType

ValueType

An enumeration of value types returned by Range.getValue() and Range.getValues() from the Range class of the Spreadsheet service. The enumeration values listed below are in addition to Number , Boolean , Date , or String .

To call an enum, you call its parent class, name, and property. For example, SpreadsheetApp.ValueType.IMAGE .

Properties

Property Type Description
IMAGE
Enum The value type when the cell contains an image.