DescTools (version 0.99.54)

WrdMergeCells: Merges Cells Of a Defined Word Table Range

Description

Merges a cell range of a word table.

Usage

WrdMergeCells(wtab, rstart, rend)

Value

nothing

Arguments

wtab

a handle to the word table as returned i.g. by WrdTable

rstart

the left/upper cell of the cell range.

rend

the right/lower cell of the cell range.

Author

Andri Signorell <andri@signorell.net>

See Also

WrdTable, WrdCellRange

Examples

Run this code
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