Google Sheets · Example Payload

Google Sheets Grid Properties Example

Google WorkspaceProductivitySpreadsheets

Google Sheets Grid Properties Example is an example object payload from Google Sheets, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

rowCountcolumnCountfrozenRowCountfrozenColumnCounthideGridlinesrowGroupControlAftercolumnGroupControlAfter

Example Payload

Raw ↑
{
  "rowCount": 10,
  "columnCount": 10,
  "frozenRowCount": 10,
  "frozenColumnCount": 10,
  "hideGridlines": true,
  "rowGroupControlAfter": true,
  "columnGroupControlAfter": true
}