DeleteTableColumnRequest
import type { DeleteTableColumnRequest } from "https://googleapis.deno.dev/v1/docs:v1.ts";
Deletes a column from a table.
interface DeleteTableColumnRequest {
tableCellLocation?: TableCellLocation;
}§Properties
§
tableCellLocation?: TableCellLocation
[src]The reference table cell location from which the column will be deleted. The column this cell spans will be deleted. If this is a merged cell that spans multiple columns, all columns that the cell spans will be deleted. If no columns remain in the table after this deletion, the whole table is deleted.