convert_r1c1_formula_to_a1 method

convert_r1c1_formula_to_a1(, r_1c1_formula, row, column)

Converts the r1c1 formula of the cell to A1 formula.

Returns

The A1 formula.


@staticmethod
def convert_r1c1_formula_to_a1(r_1c1_formula, row, column):
    ...
ParameterTypeDescription
r_1c1_formulaSystem.StringThe 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