powered by
Return a handle of a cell range of a word table. This is useful for formating the cell range.
WrdCellRange(wtab, from, to)
a handle to the range.
a handle to the word table as returned i.g. by WrdTable
WrdTable
a vector containing row- and column number of the left/upper cell of the cell range.
a vector containing row- and column number of the right/lower cell of the cell range.
Andri Signorell <andri@signorell.net>
Cell range selecting might be complicated. This function makes it easy.
if (FALSE) { # Windows-specific example wrd <- GetNewWrd() WrdTable(nrow=3, ncol=3, wrd=wrd) crng <- WrdCellRange(from=c(1,2), to=c(2,3)) crng$Select() }
Run the code above in your browser using DataLab