set_custom_calculated_formula method
set_custom_calculated_formula
Sets the formula for this list column.
def set_custom_calculated_formula(self, formula, is_r1c1, is_local):
...
Parameter | Type | Description |
---|---|---|
formula | str | the formula for this list column. |
is_r1c1 | bool | Whether the formula needs to be formatted as R1C1. |
is_local | bool | Whether the formula needs to be formatted by locale. |
See Also
- module
aspose.cells.tables
- class
ListColumn