shiftDimension property

String? shiftDimension
getter/setter pair

The dimension which will be shifted when inserting cells.

If ROWS, existing cells will be shifted down. If COLUMNS, existing cells will be shifted right. 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? shiftDimension;