Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PinTableHeaderRowsRequest

import type { PinTableHeaderRowsRequest } from "https://googleapis.deno.dev/v1/docs:v1.ts";

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

interface PinTableHeaderRowsRequest {
pinnedHeaderRowsCount?: number;
tableStartLocation?: Location;
}

§Properties

§
pinnedHeaderRowsCount?: number
[src]

The number of table rows to pin, where 0 implies that all rows are unpinned.

§
tableStartLocation?: Location
[src]

The location where the table starts in the document.