AddElement
function AddElement(oCell: ApiTableCell = null, nPos: number = null, oElement: DocumentElement = null): void
Description
Adds a paragraph or a table or a blockLvl content control using its position in the cell.
Parameters
The cell where the specified element will be added.
- nPos
number
null The position in the cell where the specified element will be added.
The document element which will be added at the current position.
Returns
void