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):
    ...
ParameterTypeDescription
formulastrThe A1 formula.
rowintThe row index of the cell.
columnintThe 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