Represents a single cell of a table in a Text Control document.

Syntax

TableCell

Introduced: X18.

Methods

Method Description
getCellFormat Gets the formatting attributes of a table cell.
getColumn Gets the table cell's column number.
getFormula Gets the table cell's formula.
getLength Gets the number of characters in the table cell.
getName Gets the cell's name.
getPosition Gets, in twips, the horizontal position of the cell.
getRow Gets the table cell's row number.
getStart Gets the index (one-based) of the first character in the table cell.
getText Gets the cell's text.
getWidth Gets, in twips, the width of the cell.
select Selects the table cell.
setFormula Sets the table cell's formula.
setName Sets the cell's name.
setPosition Sets, in twips, the horizontal position of the cell.
setText Sets the cell's text.
setWidth Sets, in twips, the width of the cell.