set_custom_totals_row_formula method
set_custom_totals_row_formula(self, formula, is_r1c1, is_local)
Gets the formula of totals row of this list column.
def set_custom_totals_row_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