Enum Dimension

Dimension

An enumeration of possible directions along which data can be stored in a spreadsheet.

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

Properties

PropertyTypeDescription
COLUMNSEnumThe column (vertical) dimension.
ROWSEnumThe row (horizontal) dimension.