Google Docs · Schema

PinTableHeaderRowsRequest

Updates the number of pinned table header rows in a table.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
pinnedHeaderRowsCount integer The number of table rows to pin, where 0 implies that all rows are unpinned.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-pin-table-header-rows-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PinTableHeaderRowsRequest",
  "type": "object",
  "description": "Updates the number of pinned table header rows in a table.",
  "properties": {
    "pinnedHeaderRowsCount": {
      "type": "integer",
      "description": "The number of table rows to pin, where 0 implies that all rows are unpinned."
    }
  }
}