| values | Array | The values of the cells. If a cell contains a formula, the calculated result of the formula is returned. The values are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the cell values of each row within the range. |
| Array of Any | The values of the cells. If a cell contains a formula, the calculated result of the formula is returned. The values are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the cell values of each row within the range. |
| formulas | Array | The formulas of the cells. The formulas are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the formulas of all cells in each row within the range. |
| Array of String | The formulas of the cells. The formulas are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the formulas of all cells in each row within the range. |
| displayValues | Array | The display values of the cells. The display value is the result shown on the spreadsheet interface. Compared with values, it is affected by factors such as the number format (for example, decimal places, percent, and date format). The display values are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the display values of all cells in each row within the range. |
| Array of String | The display values of the cells. The display value is the result shown on the spreadsheet interface. Compared with values, it is affected by factors such as the number format (for example, decimal places, percent, and date format). The display values are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the display values of all cells in each row within the range. |
| backgroundColors | Array | The background colors of the cells. The background colors are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the background colors of all cells in each row within the range. |
| Array | The background colors of the cells. The background colors are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the background colors of all cells in each row within the range. |
| red | Integer | The red component of the RGB value. |
| green | Integer | The green component of the RGB value. |
| blue | Integer | The blue component of the RGB value. |
| hexString | String | The color in hexadecimal notation. |
| fontSizes | Array | The font sizes of the cells. The font sizes are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the font sizes of all cells in each row within the range. |
| Array of Integer | The font sizes of the cells. The font sizes are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the font sizes of all cells in each row within the range. |
| horizontalAlignments | Array | The horizontal alignments of the cells. The horizontal alignments are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the horizontal alignments of all cells in each row within the range. |
| Array of String | The horizontal alignments of the cells. The horizontal alignments are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the horizontal alignments of all cells in each row within the range. |
| verticalAlignments | Array | The vertical alignments of the cells. The vertical alignments are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the vertical alignments of all cells in each row within the range. |
| Array of String | The vertical alignments of the cells. The vertical alignments are returned as a two-dimensional array. The first dimension represents all rows within the range, and the second dimension represents the vertical alignments of all cells in each row within the range. |