This class represents a cell of a table.
Properties
Application through getApplication
BackColor through getBackgroundColor and setBackgroundColor
BackTransparent through isBackTransparent and setBackTransparent
Formula through getFormula and setFormula
Name through getName
Protected through isProtected and setProtected
Range through getRange
Text through getText and setText
Value through getValue and setValue
Methods
Usage
TextTableCell provides access to the range, text, and value of a cell.
To automatically calculate the value for a cell, use the Formula property.
To protect the cell from being modified by users, use the Protected property.
Example in TextTable
Example in TextTableCells