CellsHelper.ConvertR1C1FormulaToA1

CellsHelper.ConvertR1C1FormulaToA1 method

Converts the r1c1 formula of the cell to A1 formula.

[Obsolete("Use Worksheet.ConvertFormulaReferenceStyle() method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public static string ConvertR1C1FormulaToA1(string r1c1Formula, int row, int column)
ParameterTypeDescription
r1c1FormulaStringThe r1c1 formula.
rowInt32The row index of the cell.
columnInt32The column index of the cell.

Return Value

The A1 formula.

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