Skip to main content
Module

x/docxml/mod.ts>Cell#isMergedAway

TypeScript (component) library for building and parsing a DOCX file
Latest
method Cell.prototype.isMergedAway
import { Cell } from "https://deno.land/x/docxml@5.15.2/mod.ts";

Returns true when this cell has no visual representation because a column-spanning or row- spanning neighbour overlaps it.

Parameters

ancestry: ComponentAncestor[]

Returns

boolean