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)
Parameter | Type | Description |
---|---|---|
r1c1Formula | String | The r1c1 formula. |
row | Int32 | The row index of the cell. |
column | Int32 | The 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
- class CellsHelper
- namespace Aspose.Cells
- assembly Aspose.Cells