CellsHelper.ConvertA1FormulaToR1C1

CellsHelper.ConvertA1FormulaToR1C1 method

Converts A1 formula of the cell to the r1c1 formula.

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

Return Value

The R1C1 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