set_custom_calculated_formula method
set_custom_calculated_formula(self, formula, is_r1c1, is_local)
Sets the formula for this list column.
def set_custom_calculated_formula(self, formula, is_r1c1, is_local):
    ...
| Parameter | Type | Description | 
|---|---|---|
| formula | System.String | 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