Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/docxml/src/utilities/tables.ts>TableGridModel#getNodeAtCell

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
method TableGridModel.prototype.getNodeAtCell
import { TableGridModel } from "https://deno.land/x/docxml@5.9.0/src/utilities/tables.ts";

Return the node belonging to this column/row coordinate, taking all colspans/rowspans into account.

Parameters

column: number
row: number