dimension property

String? dimension
getter/setter pair

The dimension of the span. Possible string values are:

  • "DIMENSION_UNSPECIFIED" : The default value, do not use.
  • "ROWS" : Operates on the rows of a sheet.
  • "COLUMNS" : Operates on the columns of a sheet.

Implementation

core.String? dimension;