MajorDimension#
- class langchain_google_community.sheets.enums.MajorDimension(value)[source]#
Google Sheets major dimension options.
Determines how the values should be oriented in the response.
- ROWS = 'ROWS'#
The values are returned as a 2D array with rows as the major dimension. Each row contains all the values for that row.
- COLUMNS = 'COLUMNS'#
The values are returned as a 2D array with columns as the major dimension. Each column contains all the values for that column.