dimension property
Whether rows or columns should be appended. 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;