powered by
Merges a cell range of a word table.
WrdMergeCells(wtab, rstart, rend)
nothing
a handle to the word table as returned i.g. by WrdTable
WrdTable
the left/upper cell of the cell range.
the right/lower cell of the cell range.
Andri Signorell <andri@signorell.net>
WrdTable, WrdCellRange
WrdCellRange
if (FALSE) { # Windows-specific example wrd <- GetNewWrd() wtab <- WrdTable(nrow=3, ncol=3, wrd=wrd) WrdMergeCells(wtab, rstart=c(1,2), rend=c(2,3)) }
Run the code above in your browser using DataLab