get_formula method
get_formula
Get the formula of this cell.
Returns
the formula of this cell.
def get_formula(self, is_r1c1, is_local):
...
Parameter | Type | Description |
---|---|---|
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
- class
Cell