In This Topic
Sets the calculated column's formula.
Syntax
Parameters
- index
- An integer value indicates the calculated column index.
- formula
- A string value indicates formula of the calculated column. The first cell of data area will be count as context cell.
- alwaysFill
- if set to
true
, all cells of table column will be filled with the expression. - fillIfEmpty
- if set to
true
, all cells of table column will be filled with the expression if they're all empty.
Return Value
true
if the formula is set successful, false
otherwise.
See Also