Sheets Defines Range with data and dimension.
| Property | Type | Description |
|---|---|---|
| range | string | The range the values cover, in A1 notation. |
| majorDimension | enum | The major dimension of the values. |
| values | any | The data that was read (note :type of the data is Array<Array<any>>) . |