majorDimension property

String? majorDimension
getter/setter pair

The major dimension of the values. 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? majorDimension;