convert_a1_formula_to_r1c1 method
convert_a1_formula_to_r1c1
Converts A1 formula of the cell to the r1c1 formula.
Returns
The R1C1 formula.
def convert_a1_formula_to_r1c1(self, formula, row, column):
...
Parameter | Type | Description |
---|---|---|
formula | str | The A1 formula. |
row | int | The row index of the cell. |
column | int | The column index of the cell. |
Remarks
NOTE: This member is now obsolete. Instead, please use Worksheet.ConvertFormulaReferenceStyle() method. This property will be removed 12 months later since August 2023. Aspose apologizes for any inconvenience you may have experienced.
See Also
- module
aspose.cells
- class
CellsHelper