История страницы
...
Executes a formula in the selected cell.
Action icon
Settings of parameters
Property | Description | Type | Example of filling in | Obligatory to fill in the field |
Parameters | ||||
Context | Action context for working with an Excel document | Excel instance | Excel context | Yes |
Column of cell | The column of the cell into which the result of the formula calculation will be written. | String | No | |
Column index | The column index of the cell where the result of the formula calculation will be written. | Numeric | No | |
Row of the cell | Cell row in which the result of the formula calculation will be written. | Numeric | Yes | |
Formula | The formula that will be used to perform the calculation in the cell. The formula starts with the "=" symbol. | String | Yes | |
Local language | If True, formula names will be given in local language, otherwise - in English. | Boolean | true | No |
Register | If the parameter value is "True", the formula bar remains unchanged. If "False", then all letters in the formula become capitalized. The default is "False". | Boolean | true | No |
...