value
| Property is read-only. It cannot be set in script. |
|
Returns the value in the cell currently referenced by a Format expression script. For example, if you specify a ‘Color’ expression in the Format panel for a Table header cell, you can use the value property within the script to obtain the value in the targeted header cell. Likewise, if you specify a ‘Color’ expression in the Format panel for a detail cell in a Table column (which means that the expression will be evaluated in turn for each detail cell in the column), you can use the value property within the script to obtain the value of the currently referenced detail cell.
See Control Properties with Expression for information about how to use expressions to set properties.