convert_r1c1_formula_to_a1 method

convert_r1c1_formula_to_a1

Converts the r1c1 formula of the cell to A1 formula.

Returns

The A1 formula.

def convert_r1c1_formula_to_a1(self, r_1c1_formula, row, column):
    ...
ParameterTypeDescription
r_1c1_formulastrThe r1c1 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