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

DeleteTableRowRequest

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

Deletes a row from a table.

interface DeleteTableRowRequest {
tableCellLocation?: TableCellLocation;
}

§Properties

§
tableCellLocation?: TableCellLocation
[src]

The reference table cell location from which the row will be deleted. The row this cell spans will be deleted. If this is a merged cell that spans multiple rows, all rows that the cell spans will be deleted. If no rows remain in the table after this deletion, the whole table is deleted.