calculate method
calculate
If the cell contains a formula, the value will be updated base on that formula.
def calculate(self, update_values):
...
| Parameter | Type | Description |
|---|---|---|
| update_values | bool | If false, no actual calculation will be performed. Use true for possible exceptions check. |
See Also
- class
IChartDataCell - module
aspose.slides.charts - library
Aspose.Slides