Represents a single cell of a table in a Text Control document.
TableCell
Introduced: X18.
Method | Description |
---|---|
get |
Gets the formatting attributes of a table cell. |
get |
Gets the table cell's column number. |
get |
Gets the table cell's formula. |
get |
Gets the number of characters in the table cell. |
get |
Gets the cell's name. |
get |
Gets, in twips, the horizontal position of the cell. |
get |
Gets the table cell's row number. |
get |
Gets the index (one-based) of the first character in the table cell. |
get |
Gets the cell's text. |
get |
Gets, in twips, the width of the cell. |
select | Selects the table cell. |
set |
Sets the table cell's formula. |
set |
Sets the cell's name. |
set |
Sets, in twips, the horizontal position of the cell. |
set |
Sets the cell's text. |
set |
Sets, in twips, the width of the cell. |